tox 4.21.2
0
tox is a generic virtualenv management and test command line tool
Contents
tox is a generic virtualenv management and test command line tool
Stars: 3659, Watchers: 3659, Forks: 515, Open Issues: 113The tox-dev/tox
repo was created 8 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 3659 github stars!
How to Install tox
You can install tox using pip
pip install tox
or add it to a project with poetry
poetry add tox
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/tox/
- Documentation:
- https://tox.wiki
- GitHub Repo:
- https://github.com/tox-dev/tox
Classifiers
- Software Development/Libraries
- Software Development/Testing
- Utilities
Related Packages
Errors
A list of common tox errors.
Code Examples
Here are some tox
code examples and snippets.
GitHub Issues
The tox package has 113 open issues on GitHub
- {envsitepackagesdir} how to return lib64?
- Ability to skip install, but still install extras
- Better support CI python version specification strings
- Specifying a single testenv with platform-dependent commands
- tox4: plugin migration use cases
- tox4: Make source/env discovery extensible
- configuration option disabling sucicide on pytest subprocess
- Option to retry failed commands
- Introduce
install_command_post
executed with--notest
- Ship a better/proper manpage
- tox needs an option to unset environment variables to complement passenv
- Please suppress ANSI colors and progress spinner when TERM=dumb
- Support glob patterns and factors in 'depends' option
- Explain rationale behind PEP 517/518 improvements
- Validate extras option in tox.ini