tox
tox copied to clipboard
Command line driven CI frontend and development task automation tool.
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...
## 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...
### 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...
## 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...
## 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:...
## 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...
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...
## 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...
## 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:...