tox icon indicating copy to clipboard operation
tox copied to clipboard

Command line driven CI frontend and development task automation tool.

Results 192 tox issues
Sort by recently updated
recently updated
newest added

I've been experimenting with generic changelog improvements in some of my projects recently, and I ended up making the categories more granular. See https://yarl.aio-libs.org/en/latest/changes/#released-versions for examples of what it looks...

help:wanted
enhancement

## Issue It looks as if when using a Debian-supplied `python3` interpreter, you must have additional OS packages installed as well, these being at least `python3-venv`. Cannot tox simply use...

help:wanted

### Issue As a new user to tox browsing through the rather long [Configuration documentation][config], it wasn't entirely clear to me when in the middle of the page which particular...

help:wanted

## Issue I get a traceback, when I try to do a `tox list` for a project, whos `tox.ini` contains a `requires`: Traceback of tox list ```console ROOT: will run...

### Issue According to [the documentation][ibpc]: > Matching up the Python version with the environment name has became expected at this point, leading to surprises when some configs don’t do...

help:wanted

## Issue Facing AttributeError: module 'astroid.nodes' has no attribute 'TryExcept' while running tox -e pylint ## Environment Provide at least: - OS: Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release:...

help:wanted

## Issue `tox -l` should output all the generated environments list but when using `env_list` in the configuration file we get empty output from the command. ## Environment Provide at...

help:wanted

Hello! I am a huge fan of tox and greatly appreciative of the work it takes to develop and maintain it - thank you! ## Issue Recently I have been...

help:wanted

## Issue After adding TOX_OVERRIDEs to my projects, releases have started failing when the TWINE_PASSWORD is missing from passenv. ## Environment Provide at least: - OS: macOS, Linux Output of...

help:wanted

## What's the problem this feature will solve? Configuration values cannot be overridden (via `-x/--override` or `TOX_OVERRIDE`) without losing the ability to use positional arguments in the value. For example:...

help:wanted
enhancement