macOS
brew install toxlocal Homebrew formula metadata
brew
Generic Python virtualenv management and test command-line tool. Version 4.56.2 via Homebrew; verified 2026-07-08.
install
brew install toxlocal Homebrew formula metadata
sudo apt install toxDebian stable package indexes · tox · source: deb.debian.org
sudo dnf install toxFedora Rawhide package metadata · tox · source: dl.fedoraproject.org
sudo pacman -S toxcoreArch Linux sync databases · toxcore · source: geo.mirror.pkgbuild.com
sudo zypper install python313-toxopenSUSE Tumbleweed package metadata · python313-tox · source: download.opensuse.org
overview
Generic Python virtualenv management and test command-line tool
history
tox is a Python automation tool for creating isolated environments, installing a project under test, and running commands such as test suites, linters, and packaging checks across environment matrices.
The tox documentation describes modern tox as the second implementation of the project. The first implementation ran from version 0.5 through the 3.x series; version 4.0.0a1 began a complete rewrite, and the public 4.0.0 release followed in December 2022.
The project presents itself as part of a larger Python packaging and testing workflow alongside pytest and devpi. Its README emphasizes standardizing the packaging, testing, and release process, not merely launching test commands.
tox became common in Python package maintenance because it solved a recurring packaging problem: checking that a package builds and installs correctly under multiple Python versions, interpreters, dependency sets, and CI environments from one local configuration.
The Homebrew source facts show tox packaged not only for Homebrew but also for Debian, Ubuntu, Fedora/dnf, Arch/pacman, and openSUSE/zypper. That cross-distribution packaging mirrors its long-standing role as a default developer tool for Python maintainers.
A typical tox project declares environments and commands in tox configuration, then runs `tox` locally or in CI. tox creates isolated virtual environments, installs dependencies and the package under test, and invokes the configured commands for each environment.
The current docs also document plugin extension points and companion plugins such as tox-uv, where tox remains the orchestration layer while another backend supplies environment creation or package installation behavior.
For package nerds, tox is one of the canonical Python packaging test tools: it turns the install-test cycle into a reproducible command, catches packaging mistakes before release, and lets maintainers run the same environment matrix locally that CI will run remotely.
Its importance is not just testing but package metadata hygiene. By forcing the package to install into clean environments before tests run, tox catches missing dependencies, broken build configuration, and environment assumptions that ordinary in-tree test runs can hide.
security posture
No matching local secret-handling manifest was found for tox. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
tox.tomlpyproject.tomltox.inisetup.cfgexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
tox | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:tox |
|---|---|
| Version | 4.56.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tox |
| Homepage | https://tox.wiki/en/latest/ |
| Repository | https://github.com/tox-dev/tox |
| Upstream docs | https://github.com/tox-dev/tox#readme |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/a4/be/0a4370df64b4610c653482dd55e0a6818fa31c551fce7659c253e3668638/tox-4.56.2.tar.gz |
| Last updated | 2026-07-08T03:51:52Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tox |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
tox 4.25.0-1
virtualenv-based automation of test activities
sudo apt install toxtox 4.13.0-1
virtualenv-based automation of test activities
sudo apt install toxtox 4.53.1-2.fc45
Virtualenv-based automation of test activities
sudo dnf install toxtoxcore 1:0.2.22-2
Secure, configuration-free, P2P Skype replacement backend
sudo pacman -S toxcorepython313-tox 4.34.1-1.4
Virtualenv-based automation of test activities
https://github.com/tox-dev/tox
sudo zypper install python313-toxsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.