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

### Current Behavior I'm trying the new GitHub action in a dummy project and I ended up with this ci file ```yaml name: CI on: push: branches: [ main ]...

bug

closes #583 I picked up @henryiii's excellent work on #592, resolved the conflicts and the issue he described with `shutil.which` expecting a `.exe`. This should hopefully be everything needed to...

enhancement
dependencies

Hi! This adds session dependency resolution support to close #453 and as a prerequisite for #167. This implementation works and is fully tested, but this PR still needs some documentation...

A user reported seeing this error to me. To be clear, the issue isn't in nox but instead in debian/virtualenv, but I wanted to open this so others that encounter...

bug

Just an idea, but I feel it convenient if they are exposed as public API. I'm using [pip-sync](https://github.com/jazzband/pip-tools/) to install dependencies, so I want to re-use `--no-install` flag for disabling...

### Current Behavior Install `nox` using MSYS2 Python. (Use setup-msys2 action to create an environment on Github actions.) `session.install()` will fail, with errors such as the following: ``` nox >...

bug

**How would this feature be useful?** Nox has sessions that create virtualenvs, but nox itself executes using the environment available to the system. It would be nice if we could...

enhancement

### How would this feature be useful? I normally run `nox -s test` to run my tests using the default Python version (the one nox is installed under, I guess?)...

enhancement

### How would this feature be useful? Nox has to find Python installations to support `nox.session(python=...)`. The trick is when people have Python in odd places. Having a generalized mechanism...

enhancement

### Current Behavior ``` (hydra) PS C:\Users\circleci\project> nox -s lint-3.10 nox -s lint-3.10 nox > Running session lint-3.10 nox > Creating virtual environment (virtualenv) using python.EXE in .nox\lint-3-10 Operating system...

bug