Contents

tox 4.38.0

0

tox is a generic virtualenv management and test command line tool

tox is a generic virtualenv management and test command line tool

Stars: 3898, Watchers: 3898, Forks: 546, Open Issues: 53

The tox-dev/tox repo was created 9 years ago and the last code push was 34 minutes ago.
The project is very popular with an impressive 3898 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
No  tox  pypi packages just yet.

Errors

A list of common tox errors.

Code Examples

Here are some tox code examples and snippets.

GitHub Issues

The tox package has 53 open issues on GitHub

  • Docs: incorrect path for built documentation
  • Tests' compatibility with packaging 26
  • Free-threaded wheel is built in non-free-threaded CPython environment
  • Use PEP 751 pylock.toml as input
  • Can't use pytest's --pyargs in tox, but only in py314
  • Allow testing under both Python 3.6 and 3.15+
  • setup.cfg causes tox.toml to be ignored and fail with HandledError| SetupCfg ...
  • bug: custom install_command is only respected from tox.ini, not pyproject.toml

See more issues on GitHub

Related Packages & Articles

pytest-xdist 3.8.0

pytest xdist plugin for distributed testing, most importantly across multiple CPUs

docopt 0.6.2

Pythonic argument parser, that will make you smile

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

typer 0.21.1

Typer, build great CLIs. Easy to code. Based on Python type hints.

pytest-socket 0.7.0

A plugin to use with Pytest to disable or restrict socket calls during tests to ensure network calls are prevented.