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

## Issue I am running a test run and cancelling it often (I am testing migrating to tox 4 and not the package :grinning:) when I do I get a...

help:wanted
enhancement

When multiple tox instances run at the same time, no lock protects the `.tox/.tox` environment, and it is easily clobbered, rendering one or more invocations as a failure. # `tox.ini`...

bug:normal
help:wanted

Same as #838 Works fine in `tox==3.28.0`, but not in `tox==4.5.1` The patch was lost in the rewrite. ``` [tool.tox] legacy_tox_ini = """ [tox] min_version = 4.0.0 requires = tox=4.0...

help:wanted

## Issue When running a single environment, tox correctly reports the exit code back to the calling shell `cmd.exe`: ```console > tox run -e py310-fail 1>NUL 2>NUL & if ERRORLEVEL...

help:wanted

## Issue ### tox is not recognizing --force-dep to install development builds of packages. Well, first of all, I hope this is just a documentation issue, but we could not...

help:wanted

## Issue (I don't know whether this is tox's fault or PyPy's fault, so I'm reporting it in both places. PyPy issue: https://github.com/pypy/pypy/issues/4958) Given the following `tox.ini`: ```ini [testenv] skip_install...

updates: - [github.com/tox-dev/pyproject-fmt: 2.0.4 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/2.0.4...2.1.1)

## Issue I'm trying to get involved in tox development, but I cannot even run the tests in my MacBook Pro with M2 chip. When running the test suite with...

## Issue I've recently contributed to `tox` for the first time (see #3272), and I've noticed that my `/tmp/pytest-of-$USER` got quite big. I've started a discussion in https://github.com/pytest-dev/pytest/discussions/12283 and dug...

## Issue From https://tox.wiki/en/3.27.1/config.html#complex-factor-conditions : Sometimes you need to specify the same line for several factors or create a special case for a combination of factors. ... They have all...