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

To determine whether we have been given a valid *env*, we compare the *factors* of the *env* to our known set of *factors*. If a testenv contains a series of...

## Issue I have a number for globally set environment variables, one of each is `TOX_PARALLEL_NO_SPINNER`: https://github.com/ansible/pylibssh/blob/ef77a85/.github/workflows/ci-cd.yml#L75. In one of the steps, I run `tox -e a-single-env -qq | tee...

bug:minor
area:documentation
help:wanted

## What's the problem this feature will solve? At our company we have quite some non-programmer programmers. I am tidying up their projects. Tox helps a lot to bring order...

enhancement

tool.ruff.{select,isort,ignore,per-file-ignores} will soon be deprecated in favour of putting these under tool.ruff.lint. (See reverted PR #3214 for the complaint that appears in a more recent version of ruff.) Change these...

Apparently, this extension implements many of the `extlinks` defined in `docs/conf.py`: https://github.com/sloria/sphinx-issues#usage-inside-the-documentation. I think, it's always better to reuse a single implementation than to keep copying/synching extlinks across projects. Besides,...

help:wanted
enhancement

## Issue Hello :wave: I hope this is a bug and I am not missing something silly, but I have this tox.ini file: ```console [tox] envlist = py311{,-oldestdeps} [testenv] deps...

## Issue tox version `4.12.1` is failing on the exact same [source code](https://github.com/ALiwoto/wpyrogram) that was working with version `4.8.0` (which is around ~3 weeks ago). ## Environment - OS: ubuntu-latest...

## Issue `tox -e env1 -e env2` runs the two environments in tox 3.x but runs only env2 in tox 4.x. I don't know if that change is intentional but...

help:wanted

### Issue I'm not sure if I'm doing this right; I [asked on StackOverflow][so] a couple of days ago and got no reply. This may be related to #2838, though...

help:wanted

I noticed that it was added in https://github.com/tox-dev/tox/commit/18a95899444372822a4a6063a471e865f8c58edf#diff-fa602a8a75dc9dcc92261bac5f533c2a85e34fcceaff63b3a3a81d9acde2fc52R67 as a dependency and remains listed in the `docs` extra but is not actually integrated in the Sphinx config or the documents....

help:wanted