tox icon indicating copy to clipboard operation
tox copied to clipboard

Command line driven CI frontend and development task automation tool.

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

## Issue `--list-dependencies` in parallel runs makes dependencies printed, but whole standard output is redirected to logs. This causes the argument somewhat unusable. The dependency output should be printed to...

## What's the problem this feature will solve? I have arm64 python and x86-64 python, and I want to run tests on arm64 one. I see no way to explicitly...

enhancement

## Issue Tox is failing to read config file pyproject.toml even though it is a valid TOML file. ## Environment Provide at least: - OS: Ubuntu 22.04.1 LTS on WSL2...

needs:more-info

## Issue I used pyenv to build 3.13t-dev, then run the coverage.py test suite with it. ``` % COVERAGE_ANYPY=/usr/local/pyenv/pyenv/versions/3.13t-dev/bin/python3 tox -re anypy anypy: remove tox env folder .tox/anypy .pkg: remove...

## What's the problem this feature will solve? `tox` - especially v4, with it's vastly improved dependency checking - is heavily reliant on good network connectivity to resolve dependencies. If...

enhancement

I haven't checked what it does in the code actually, but this is probably a mistake: https://tox.wiki/en/4.9.0/plugins.html#tox.plugin.spec.tox_env_teardown

One of the use cases I tend to use tox for is a very simple cross platform way (windows linux) of creating a virtual environment for things like running mkdocs...

enhancement

## Issue End of this month python 3.8 will be EOSed. I've tested tox code with patch generated by `pyupgrade --py39-plus` and looks like test suite is failing in few...

help:wanted
enhancement

## Issue ## Environment Provide at least: - OS: Output of pip list of the host Python, where tox is installed ```console + anyio==4.6.2.post1 + certifi==2024.8.30 + cffi==1.17.1 + coverage==7.6.3...

help:wanted

## What's the problem this feature will solve? - I want old tox versions to know I need tox \>= 4.21 - I want to use TOML-native configuration If I...

level:easy
help:wanted
enhancement