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

Document how to enable autocomplete in various shells.

area:documentation
help:wanted

Describe what improvement you want and how would this be used. Thanks! I sometimes need to run pytest under a newer python version eg py38 while my system is running...

feature:new

Beside providing tox as a Python package it could be helpful to also provide an "official" Docker image that's set up with correct Pythons and tox installed. This came out...

level:hard
help:wanted

It would be nice to have tox verify that it got the versions that it expected from its inputs or fail running the tests, as this way I can get...

feature:new
area:testenv-creation
area:reporting
level:hard
help:wanted

I have a plugin that's been running fine under tox 3. It auto-discovers code on disk and creates environments to manage testing of that code. These tox environments are auto-generated...

feature:new

I assume this has been requested before, but I couldn't find an issue for it. So apologies if this is a duplicate. ### What `tox -e py3.10` should be equivalent...

feature:new
help:wanted

Hi again! I'd like to propose a feature to tox. It would be convenient to have a single testenv with platform-dependent commands. This can be done to some extent with...

feature:new
help:wanted

This issue is used to mark the migration plans for various tox plugins. Shows which plugins and use cases we considered when defining the plugin interface for tox 4. 1....

area:plugins-hooks

virtualenv lib64 directory is no longer symlinked to lib. see [virtulaenv-1751](https://github.com/pypa/virtualenv/issues/1751) so,{envsitepackagesdir} should return lib and lib64. or add {envsitepackagesdir64} return lib64

feature:new
help:wanted

E.g. tox-docker https://github.com/tox-dev/tox-docker/pull/113 can register the docker config sets, or tox-gh the GitHub set.

feature:new
area:plugins-hooks