Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Nox

Flexible test automation for Python
Collective - Host: opensource - https://opencollective.com/python-nox - Website: https://nox.thea.codes - Code: https://github.com/theacodes/nox

Resolve to interpreter 'python' in PATH if '--version' fits (#224)

github.com/wntrblm/nox - f9accfc302ed26e90d7240944a8388a4cc21472e authored over 5 years ago by Andreas Schuderer <[email protected]>
Add shell autocomplete (#228)

github.com/wntrblm/nox - 9f2f32ba0efa5e7830694bc18bb89cf732de0c50 authored over 5 years ago by Chad Smith <[email protected]>
Add venv as an option for venv_backend (#231)

* add venv as an option for venv_backend

* remove python resolution changes

* update tests...

github.com/wntrblm/nox - 9477a9135183c347b7ffc957ddf6eb5e1b18f978 authored over 5 years ago by Chad Smith <[email protected]>
Add gdbgui to list of projects (#235)

github.com/wntrblm/nox - 69fb5361ce2d780246fe18a7d41650150b92b55b authored over 5 years ago by Chad Smith <[email protected]>
Add mypy to lint (#230)

* add mypy to lint

* ignore more type errors

github.com/wntrblm/nox - febd6fcd6ca6da1ae90d8ddbaacc042158f57d0a authored over 5 years ago by Chad Smith <[email protected]>
Add pipx to projects that use nox (#225)

github.com/wntrblm/nox - 39b0f9551684bfc4ee71309c4779037aaa961af0 authored over 5 years ago by Chad Smith <[email protected]>
Add conda docs to tutorial. (#221)

github.com/wntrblm/nox - f3296b9ad0179f2d3e3aad9e1cbf99bc5b91ef12 authored over 5 years ago by Tim Swast <[email protected]>
Add `session(venv_backend='conda')` option to use Conda environments. (#217)

github.com/wntrblm/nox - bd73af9de511e040719b78149d2cbc82746e7f2a authored over 5 years ago by Tim Swast <[email protected]>
Document how to call builtins on Windows, fix #220 (#223)

github.com/wntrblm/nox - 04f768c16751ea33ad8a8a27570d0fea2b25925d authored over 5 years ago by Andreas Schuderer <[email protected]>
Replace imp.load_source() with importlib (#212) (#214)

Python 3 deprecated imp.load_source and the entire imp package
has been deprecated since 3.4.
...

github.com/wntrblm/nox - 2fbced3f0766e8b29f455645c2c4083f30aa582c authored over 5 years ago by Matt VanEseltine <[email protected]>
Fix incorrect type in docstring & replace old-style format string (#213)

* Fix type

* Use python3 format

github.com/wntrblm/nox - 1db1482ea2e77241644a160e48a8d04ce4184e14 authored over 5 years ago by Santos Gallegos <[email protected]>
Allow specifying `stdout` and `stderr` to `session.run`.

github.com/wntrblm/nox - 096886af3d822d5c0dcb85087480d0a9233274b8 authored over 5 years ago by Pedro Algarvio <[email protected]>
Add Salt to the list of projects that use Nox. (#209)

github.com/wntrblm/nox - 0bac34fe6af06518cab8f1065f81a959c6702d9d authored over 5 years ago by Pedro Algarvio <[email protected]>
Remove Python 2-specific code in nox/command.py (#203)

* Remove python2 code

* Fix typo

* Remove test

This test isn't longer valid,
we always...

github.com/wntrblm/nox - 7125473728d1a7b990d011a4dc9afda7598cfaf5 authored over 5 years ago by Santos Gallegos <[email protected]>
Nox is Python3.5+ (#208)

Sometimes deleting code is better than writing it. I guess this still being there was an oversig...

github.com/wntrblm/nox - 723544f7898f14b2b3c4c24c83c92beaece2223a authored over 5 years ago by Oliver Bestwalter <[email protected]>
fix grammar (#207)

github.com/wntrblm/nox - 8ba7331f59a3bf2d88d299f811e56dd8375bb1ac authored over 5 years ago by Oliver Bestwalter <[email protected]>
fix grammar (#206)

github.com/wntrblm/nox - 5e0f03e418efba993c412218f38ac459a10c5f69 authored over 5 years ago by Oliver Bestwalter <[email protected]>
fix grammar (#205)

github.com/wntrblm/nox - 1b75aa078d25aedd02366471db5f5e7abbd7bc5d authored over 5 years ago by Oliver Bestwalter <[email protected]>
Update noxfile to use python3.7 (#204)

github.com/wntrblm/nox - 2dbaaaf5183b5f8f05ee5e8970ad2c9d8f09ea71 authored over 5 years ago by Santos Gallegos <[email protected]>
Release 2019.5.30 (#202)

github.com/wntrblm/nox - bf4977d74d07e8630b2ee142bc59dcb4f2e319b9 authored over 5 years ago by Thea Flowers <[email protected]>
Add interactive property to session. (#196)

github.com/wntrblm/nox - d49c14848df485c1b63ab552d0a537c3915abd15 authored over 5 years ago by Marc Brooks <[email protected]>
Promote contributors to maintainers, add Open Collective details (#201)

github.com/wntrblm/nox - b639b4ede6ef948170c3d9d3dd7e1234709165af authored over 5 years ago by Thea Flowers <[email protected]>
Fix funding external link (#200)

The open collective key accepts a username.

Current URL looks like: https://opencollective.co...

github.com/wntrblm/nox - c72826156a89328c558f415fe8b7b65d64d77e67 authored over 5 years ago by Santos Gallegos <[email protected]>
Create FUNDING.yml

github.com/wntrblm/nox - c14b0a6361a6bf37f6218ad79134b6f112a5c676 authored over 5 years ago by Thea Flowers <[email protected]>
Refactor how Nox defines and process options (#187)

* Refactor how Nox defines and process options

* Silly CI

* Will this make you happy, Trav...

github.com/wntrblm/nox - ff9b9594f7e082b843708e7b3be9f8fdbc1ee005 authored over 5 years ago by Thea Flowers <[email protected]>
Fix typo (#194)

github.com/wntrblm/nox - 1709f163505d7a1af54b1078f8cc5527bf05eb74 authored over 5 years ago by Santos Gallegos <[email protected]>
Use 'pytest' instead of 'py.test' in examples and configuration (#193)

'pytest' is the recommended command since version 3.0. The command
was called 'py.test' only fo...

github.com/wntrblm/nox - ccf8b5f98db129e30de251ced70494dd0bc4c775 authored over 5 years ago by Bruno Oliveira <[email protected]>
Fix some CSS issues on mobile (#192)

github.com/wntrblm/nox - a493eed592560d5c035a2bcd0951c30aa6272a7d authored over 5 years ago by Thea Flowers <[email protected]>
Use short form of virtualenv path when creating the virtualenv (#191)

github.com/wntrblm/nox - 1d83d64ed884918679fbc554c63735b864785a2e authored over 5 years ago by Thea Flowers <[email protected]>
Refresh tutorial and fixup small docs things (#190)

github.com/wntrblm/nox - 2f9f68a7924c0ae0bd37d2105b1a2aea26146138 authored over 5 years ago by Thea Flowers <[email protected]>
Add the ability to give parametrized sessions a custom ID (#186)

* Add the ability to give parametrized sessions a custom ID

Closes #96

* Address review co...

github.com/wntrblm/nox - 722ff26b61c831a7f81ed9fcd31afc9276ed57ea authored over 5 years ago by Thea Flowers <[email protected]>
Make --list list all available sessions, not just the selected ones. (#185)

Closes #161

github.com/wntrblm/nox - d199eab6cd709ba15626fd61576afc172b7f68eb authored over 5 years ago by Thea Flowers <[email protected]>
Allow providing a friendlier CLI name to sessions. (#170)

github.com/wntrblm/nox - 2903afcb46b9846ba4736c84db9489f0c5d3f800 authored over 5 years ago by Pedro Algarvio <[email protected]>
Add urllib3 to the list of projects that use Nox (#182)

github.com/wntrblm/nox - cede4472651c4902ea66d630bd52345885cd685c authored over 5 years ago by Thea Flowers <[email protected]>
Fix documentation link for Docker Cloud vs Hub (#179)

github.com/wntrblm/nox - 30452fd7c13a357093ace96e9e0559aeebf9dfb7 authored over 5 years ago by Kevin James <[email protected]>
Release 2019.4.11 (#178)

github.com/wntrblm/nox - 69aab1c2d3c83c8c06166ad7950ae9516ca81f95 authored over 5 years ago by Thea Flowers <[email protected]>
Include changelog in documentation (#177)

github.com/wntrblm/nox - 861e3ccf55ba3edb47ecd84ce16537d17a3a322e authored over 5 years ago by Thea Flowers <[email protected]>
Use the relative path of the virtualenv in the "creating virtualenv" log message. (#176)

github.com/wntrblm/nox - 18b8e062b15c26eb0f360875e14d6931cd2c4d46 authored over 5 years ago by Thea Flowers <[email protected]>
Allow not passing "--upgrade" to `session.install` (#172)

* Don't pass "--upgrade" to `pip install` command by default

I don't really know the reasonin...

github.com/wntrblm/nox - 5b1e1e3547bfe8dea69e159daf69424f291644f6 authored almost 6 years ago by Pedro Algarvio <[email protected]>
Expand environment variables when loading the noxfile from provided path (#171)

* Expand environment variables when loading the noxfile from provided path

* Fix pre-existing...

github.com/wntrblm/nox - 04e9e7aa517f86e08eefd9aaa2779d76e38de158 authored almost 6 years ago by Pedro Algarvio <[email protected]>
Add documentation around using docker images (#164)

github.com/wntrblm/nox - d8029396470970f9dc3cfa906b4a417887989e74 authored almost 6 years ago by Kevin James <[email protected]>
Don't colour output if `NO_COLOR` is set (#163)

This follows the informal standard defined at https://no-color.org,
allowing users who don't wa...

github.com/wntrblm/nox - b673717d4530adbd47a0377660e0ad8f77d43406 authored almost 6 years ago by Scott Stevenson <[email protected]>
Fix tox casing to be consistent with their docs, remove . from pytest (#160)

github.com/wntrblm/nox - 734d053a229c94f1fdf8b37127ec189a5be90890 authored about 6 years ago by Thea Flowers <[email protected]>
Update issue templates

github.com/wntrblm/nox - e18f93d55bf5a6f6c9e79d860c5815ce06bdd4c1 authored about 6 years ago by Thea Flowers <[email protected]>
Create CODE_OF_CONDUCT.md

github.com/wntrblm/nox - da55f71c5663f654b5cde4158180781e0cd985ee authored about 6 years ago by Thea Flowers <[email protected]>
Add --install-only flag to install dependencies without running anything (#153)

github.com/wntrblm/nox - fa25e43a437f57924e871331ade99e8668bf00dd authored about 6 years ago by Brian McCutchon <[email protected]>
Typo (#154)

github.com/wntrblm/nox - c05f131c3b7255bde09cf597c93fc97d0f1ab5c2 authored about 6 years ago by Santos Gallegos <[email protected]>
Fix function name on docs (#155)

github.com/wntrblm/nox - ee064f52d779718983d665f056f5e66e743535ce authored about 6 years ago by Santos Gallegos <[email protected]>
Allow silent argument to be set in session.install (#157)

github.com/wntrblm/nox - 4dea5bdc383bee34a5eb83ce1c4b6d9ba33c9730 authored about 6 years ago by Erin Wild <[email protected]>
Run sessions in the same order specified on the command line. (#152)

Closes #150

github.com/wntrblm/nox - 391ad00ae639c01aa4f785115686b019851931df authored about 6 years ago by Thea Flowers <[email protected]>
Release 2018.10.17

github.com/wntrblm/nox - 9df3c3cdbc8bc198f10c08416ec139d5f4cd6c4e authored about 6 years ago by Thea Flowers <[email protected]>
Fix bug where empty parametrized sessions would fail. (#151)

github.com/wntrblm/nox - a04487f7e33a4dbb5c228e282e4f0fa1906837c2 authored about 6 years ago by Thea Flowers <[email protected]>
Release 2018.10.15

github.com/wntrblm/nox - fe831d7bfb4eb9ba6508495daf3248f14fbf5e18 authored about 6 years ago by Thea Flowers <[email protected]>
Hide the python interpreter on sessions with only one (#148)

This also finally allows sessions to properly have multiple names.

github.com/wntrblm/nox - ccf3865ade22cae83b4c68d4b4bc8fd2271a6c56 authored about 6 years ago by Thea Flowers <[email protected]>
Fix typo

github.com/wntrblm/nox - 1646e52cc19bb00bcf6931ca14dbbd0a159f978f authored about 6 years ago by Thea Flowers <[email protected]>
Warn when programs not in the virtualenv are used, allow erroring and silencing the warning. (#147)

Add --warn-on-external-run flag and the "external" keyword arg to session.run.

github.com/wntrblm/nox - 908d82f977dcbd9cce10db2e7bfc1bf3ba39cf55 authored about 6 years ago by Thea Flowers <[email protected]>
Add nox.options which allows specifying command-line configuration in the Noxfile (#145)

* Add nox.options which allows specifying command-line configuration in the Noxfile.

* Add do...

github.com/wntrblm/nox - 24bb6ac92a3b5a117efab7e947f8a89725c36cd1 authored about 6 years ago by Thea Flowers <[email protected]>
Add python_requires (>= 3.5) to setup.py.

github.com/wntrblm/nox - 928e9ebdae74cefb1ed132be2d7ab9f80c8b1173 authored about 6 years ago by Thea Flowers <[email protected]>
Release 2018.10.9 (#144)

github.com/wntrblm/nox - 6c70b36c40392521dfcd76682ed1cf6438313699 authored about 6 years ago by Thea Flowers <[email protected]>
Fix some warnings about escape sequences.

Closes #137

github.com/wntrblm/nox - ee4e7f5b5db142627d2c03552519c62ef3ef9636 authored about 6 years ago by Thea Flowers <[email protected]>
Fix lint and coverage

github.com/wntrblm/nox - ea84e06832caf2163613214cd8e1839ff6429295 authored about 6 years ago by Thea Flowers <[email protected]>
Group command line args by usage for readability

Closes #142

github.com/wntrblm/nox - 138bad3e4e4fc6e7287256234888ecdf13d72962 authored about 6 years ago by Thea Flowers <[email protected]>
Skip sessions with missing interpreters (#140)

Note: This changes Nox's behavior. Previously, missing interpreters would cause a failed session...

github.com/wntrblm/nox - b6bbbc96a821b8e06008bef87d0033aed97a0f86 authored about 6 years ago by Thea Flowers <[email protected]>
Blacklist more Tox env vars in nox-to-tox.

github.com/wntrblm/nox - f918c8905c4ce32cce00c61091cd61aea9c0481a authored over 6 years ago by Thea Flowers <[email protected]>
Documentation fixes, spelling, etc (#134)

* Correct the number of parametrized sessions

* Spelling fixes

github.com/wntrblm/nox - 00534e000d28585c3af367b72629a4d0fef3e379 authored over 6 years ago by Seth M. Larson <[email protected]>
Add session.python property.

Closes #125

github.com/wntrblm/nox - 9688b16610bcb676f2ac80c113d2f822d0f7089c authored over 6 years ago by Thea Flowers <[email protected]>
Mention stickers in the contributors guide

github.com/wntrblm/nox - e40598f38a6f714d5c9bda6b4fb26c3ab1cbcf3d authored over 6 years ago by Thea Flowers <[email protected]>
Mention Invoke as a Nox alternative

github.com/wntrblm/nox - 90ed5e02bde39d91eaf517a01b99d0b83fd2431e authored over 6 years ago by Thea Flowers <[email protected]>
Release 2018.9.14

github.com/wntrblm/nox - ccb9129e086ab8e144f2264de32ad9e8134be45a authored over 6 years ago by Thea Flowers <[email protected]>
Check for ``NOXSESSION`` environment variable (#121)

github.com/wntrblm/nox - 43f25a9d73727af402803d6ff94bed308e953eb5 authored over 6 years ago by Santos Gallegos <[email protected]>
Fix a few typos

github.com/wntrblm/nox - 858f5baf256e0e41d77e522e0938ecc340b2ed4c authored over 6 years ago by Thea Flowers <[email protected]>
Some more small styling fixes

github.com/wntrblm/nox - bed84a371cb0abf3a0d78496c8d535d22984060c authored over 6 years ago by Thea Flowers <[email protected]>
Fix typo in OpenCensus Python (#132)

github.com/wntrblm/nox - b0b60eb575a41b1a815aefb3bf1d36148e2f005c authored over 6 years ago by Tyler Bui-Palsulich <[email protected]>
Remove fonts.html template

github.com/wntrblm/nox - 2d08d7d333bda60c332130653903c389c567cc46 authored over 6 years ago by Thea Flowers <[email protected]>
Swap out some purples for greens in documentation

github.com/wntrblm/nox - 026e8cb1c68591ff3a1b065b48a52de5f1ad14e3 authored over 6 years ago by Thea Flowers <[email protected]>
Add new documentation art created by Andrea Caprotti

github.com/wntrblm/nox - 7cbf30f6fb292bc774c170b2d672a35f72e02adf authored over 6 years ago by Thea Flowers <[email protected]>
Add Python 3.7 to Travis CI (#129)

Add Python 3.7 to the testing In alignment with travis-ci/travis-ci#9069

github.com/wntrblm/nox - e60fc218e1058792acbeaa0d49a02284e09969de authored over 6 years ago by cclauss <[email protected]>
Release 2018.8.28

github.com/wntrblm/nox - 90d09053f8dd9e20cad38af1b96cbc67c8461ef9 authored over 6 years ago by Thea Flowers <[email protected]>
Fix deploy script for Travis.

Closes #120

github.com/wntrblm/nox - dd22150db830f83f412f1cc0f8b03c3d606e1c20 authored over 6 years ago by Thea Flowers <[email protected]>
Adding `Session.__slots__`. (#128)

This way old code being migrated will get failures when trying to
set previously supported attr...

github.com/wntrblm/nox - 43c760a4b4bddfef0bc8910f4efc1fbbc02c7af5 authored over 6 years ago by Danny Hermes <[email protected]>
Don't modify `Virtualenv.interpreter` in `_resolved_interpreter`. (#127)

Also cache and re-use the result.

github.com/wntrblm/nox - 4b78ebc8eb9408f00e65c36eebe89344ef69863d authored over 6 years ago by Danny Hermes <[email protected]>
Storing `platform.system()` as global in `nox.virtualenv`. (#124)

Also re-factoring unit tests to account for this change. This is a
follow up to #100.

github.com/wntrblm/nox - fa2cb7f1e7a75313f6e163369ad66b95aadbac04 authored over 6 years ago by Danny Hermes <[email protected]>
Adding support for 32-bit binaries on Windows. (#100)

github.com/wntrblm/nox - 4c04958ca67e9445ec64da67becc759261b5f702 authored over 6 years ago by Danny Hermes <[email protected]>
Run docs on travis (#122)

github.com/wntrblm/nox - cdfc7fac5d9fc319034a87fc733d1db61107ea03 authored over 6 years ago by Santos Gallegos <[email protected]>
Re-blacken

github.com/wntrblm/nox - 040c935f92510139e6bbaaeac5715344f8009e86 authored over 6 years ago by Thea Flowers <[email protected]>
Documentation style updates

github.com/wntrblm/nox - 9ba0724e3261d6c6dfed56855ad1e8815f0146e3 authored over 6 years ago by Thea Flowers <[email protected]>
Fix tox-to-nox template

github.com/wntrblm/nox - 24cea2bb5c5aa67e51c64023d0d29a8bbf46d976 authored over 6 years ago by Thea Flowers <[email protected]>
Add the ability to add descriptions to sessions (#117)

github.com/wntrblm/nox - c12a3b7553437ed1e2c8cdfe0985d598b8360d8e authored over 6 years ago by Santos Gallegos <[email protected]>
Using more specific regex in `_resolved_interpreter()`. (#119)

github.com/wntrblm/nox - 32dbdd048ce89c87e3113df6300c2e597d1d15f4 authored over 6 years ago by Danny Hermes <[email protected]>
Release 2018.8.23

github.com/wntrblm/nox - fe5276969d3073faeeb4bb1e4803cd9e32960415 authored over 6 years ago by Thea Flowers <[email protected]>
Remove pre-release warning from docs

github.com/wntrblm/nox - 247c8399bc1ac417941b33eb6f554c703447a12a authored over 6 years ago by Thea Flowers <[email protected]>
Better error message when sessions can't be found.

Closes #77

github.com/wntrblm/nox - f8462b812444e1feb31b02a942d52a6e52a74d9d authored over 6 years ago by Thea Flowers <[email protected]>
Add documentation around invoking nox via `python -m nox`.

github.com/wntrblm/nox - de135e0af5d2e8f22766f2555f3f0fdde7f966cc authored over 6 years ago by Thea Flowers <[email protected]>
Support invocation for `python -m nox`.

Closes #34

github.com/wntrblm/nox - 431755c3f512de7624b7740ffa3d26318c19de20 authored over 6 years ago by Thea Flowers <[email protected]>
Drop usage of nox.py, noxfile.py is now the preferred name for nox configuration.

github.com/wntrblm/nox - 87fd59ee587a944ce36aaaa011f7c6e2aaae5561 authored over 6 years ago by Thea Flowers <[email protected]>
Use black to format code.

Closes #114

github.com/wntrblm/nox - 88c0c21350dec3ed4bda9ee1456e9f0ed2c85a29 authored over 6 years ago by Thea Flowers <[email protected]>
Add 'py' alias for `nox.session(python=...)`

github.com/wntrblm/nox - 76dfb555c1260432709eb89ddbd80a90b07101f6 authored over 6 years ago by Thea Flowers <[email protected]>
Fix processing of numeric Python versions that specify a patch version.

Closes #106

github.com/wntrblm/nox - 9541b831e0196c786cd9b7909f1f4de4f071c1d2 authored over 6 years ago by Thea Flowers <[email protected]>
Use 'nox' as the package name

github.com/wntrblm/nox - 8cd1e6c93e628757b247559d3fac69ee2d572834 authored over 6 years ago by Thea Flowers <[email protected]>
Adding `functools.wraps` to `generate_calls()`. (#104)

Fixes #103.

Also

* Removing `nox._testing.Namespace`.
* Add end-to-end test for nested de...

github.com/wntrblm/nox - a2903d433d233a2adcf04db3869d2fcbb0be15a5 authored over 6 years ago by Danny Hermes <[email protected]>