{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet"},{"label":"System","url":"https://skillfed.io/packages/category/system"}],"enrichment":{"capability":"tox-uv replaces virtualenv and pip with uv in tox environments, accelerating test environment creation and dependency installation while maintaining tox's test orchestration interface.","skillfed_tags":["testing-acceleration","tox-plugin","uv-integration"],"use_cases":["Speed up CI/CD pipelines by replacing pip with uv's faster dependency resolution in tox test matrices.","Use uv.lock files in tox to ensure reproducible test environments across developers and CI runs.","Run PEP 723 inline script metadata through tox with uv as the backend for dependency isolation.","Containerize test environments with tox-uv-bare to avoid bundling duplicate uv binaries in Docker images.","Test projects that rely on uv-specific features like tool.uv.sources without leaving the tox workflow."],"what_it_does":"tox-uv is a tox plugin that swaps out virtualenv and pip with uv, the Rust-based Python package manager, for all test environment operations. It works as a drop-in replacement: install it alongside tox, and subsequent tox runs automatically use uv for environment creation and dependency resolution. The plugin supports multiple tox environment types (standard, lock-file-based, PEP 723 inline scripts, PEP 517 packaging, and external builders) and integrates with uv.lock files for reproducible test environments.\n\nThe package comes in two distributions: tox-uv (recommended, includes a bundled uv binary for immediate use) and tox-uv-bare (plugin only, for containerized setups where uv is already installed). You inherit both uv's speed advantages and any of its limitations or bugs. Discovery of the uv binary follows a priority chain: TOX_UV_PATH environment variable, bundled binary, or system PATH. The plugin is actively maintained, supports Python 3.10 through 3.14, and carries no known security vulnerabilities.","worth_installing":"Yes. tox-uv is production-stable (Development Status 5), actively maintained, has zero known vulnerabilities, and low install friction. Install it if you want faster test environments and are comfortable accepting uv's behavior (including any bugs) as a trade-off for speed. Use tox-uv-bare in containerized environments to avoid redundant binary downloads."},"id":"tox-uv","links":{"html":"https://skillfed.io/packages/tox-uv","md":"https://skillfed.io/packages/tox-uv.md","pypi":"https://pypi.org/project/tox-uv/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-21","license_spdx":"MIT","license_treatment":"permissive","name":"tox-uv","python_support":"supports_current","summary":"Integration of uv with tox (meta package with bundled uv)."},"popularity":{"monthly_downloads":8171513,"position":1658,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.36.0"}
