macOS
brew install toxlocal Homebrew formula metadata
安装
brew install toxlocal Homebrew formula metadata
sudo dnf install toxFedora Rawhide package metadata · tox · 来源: dl.fedoraproject.org
sudo pacman -S toxcoreArch Linux sync databases · toxcore · 来源: geo.mirror.pkgbuild.com
sudo zypper install python313-toxopenSUSE Tumbleweed package metadata · python313-tox · 来源: download.opensuse.org
概览
Generic Python virtualenv management and test command-line tool
历史
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.
安全态势
没有找到 tox 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.cfg可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
tox | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:tox |
|---|---|
| 版本 | 4.58.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/tox |
| 主页 | https://tox.wiki/en/latest/ |
| 仓库 | https://github.com/tox-dev/tox |
| 上游文档 | https://github.com/tox-dev/tox#readme |
| 许可证 | MIT |
| 源码归档 | https://files.pythonhosted.org/packages/6e/8e/4d2b1b2a81f4de1cd4e54fa40df1ab5f9bb88fe2e37461fc44aba8f9d302/tox-4.58.0.tar.gz |
| 最后更新 | 2026-07-22T17:13:26Z |
| Pulse | updated |
| 依赖 | python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-tox来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.