nox icon indicating copy to clipboard operation
nox copied to clipboard

Flexible test automation for Python

Results 76 nox issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Adding `--no-reuse-existing-virtualenvs` does not seem to ignore the cache, and instead just reuses the existing environments anyway. Happened on the previous version, and then did a `brew...

bug

**How would this feature be useful?** Instead of having to specify what versions of Python are supported both in project metadata and in my `noxfile.py` , read it from the...

enhancement
help wanted

Closes #583. Removes a deprecated dependency.

Currently, there is a dependency on `py.path`, which pytest is trying to remove, and it seems like nox should remove it too, now that Python 3 is required (since quite...

dependencies

**How would this feature be useful?** Inside some companies a local repository of Conda packages is used. This means that a dev is able to connect to the local package...

enhancement
help wanted

Provisioning test envs without setuptools and wheel can help catch undeclared dependencies on these two packages and will smoothen the eventual transition to a setuptool-less pip and ensurepip (and therefore...

enhancement
needs clarification

**How would this feature be useful?** Often, especially with building things like binary extensions (which is where I do a lot of work), it is useful to build once and...

enhancement
needs clarification

**How would this feature be useful?** This has brought up in other issues a few times (see #198 #88), on the latter one it seemed like there was some conflation...

enhancement

**How would this feature be useful?** I am using nox as a way to do some local integration style testing of a service that processes messages. My current test flow...

enhancement
help wanted

It would be useful in some cases to "drop in to" a Nox session - that is, obtain a shell that has the same `PATH` and environment variables as would...

enhancement
help wanted