{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/2"},{"label":"System","url":"https://skillfed.io/packages/category/system"}],"enrichment":{"capability":"tox-uv-bare is a tox plugin that replaces virtualenv and pip with uv for test environment management, without bundling a uv binary\u2014you provide your own uv installation.","skillfed_tags":["testing-infrastructure","uv-integration"],"use_cases":["Speed up CI/CD pipelines by replacing pip with uv's faster resolver in tox test environments.","Use uv.lock files in tox to pin exact dependency versions across test runs for reproducibility.","Deploy tox in Docker containers where uv is already installed, avoiding redundant binary bundling.","Run PEP 723 inline script metadata through tox with uv as the backend instead of virtualenv.","Manage multiple Python versions and dependency groups in tox using uv's dependency group support."],"what_it_does":"tox-uv-bare is a plugin that integrates the uv package manager into tox's test environment lifecycle. Instead of using virtualenv to create isolated environments and pip to install dependencies, tox-uv-bare delegates both tasks to uv, which is significantly faster. The plugin provides new runner types (uv-venv-runner, uv-venv-lock-runner, uv-venv-pep-723) that you specify in your tox configuration to opt into uv-based environments.\n\nThis bare variant assumes you already have uv installed in your system or container\u2014it does not bundle a uv binary. It's designed for containerized deployments (Docker, Kubernetes) where uv is pre-installed, avoiding duplicate binary downloads. You configure it by setting runner = uv-venv-runner (or the lock-file variant) in your tox.ini, and tox discovers uv via TOX_UV_PATH environment variable, bundled binary (if using the non-bare package), or system PATH.","worth_installing":"Yes, if you already have uv installed and want faster tox test runs. The bare package is the right choice for containerized environments. No friction on install, active maintenance, no known vulnerabilities, and permissive MIT license. The main trade-off is that you inherit both uv's performance gains and any bugs\u2014verify uv compatibility with your project first."},"id":"tox-uv-bare","links":{"html":"https://skillfed.io/packages/tox-uv-bare","md":"https://skillfed.io/packages/tox-uv-bare.md","pypi":"https://pypi.org/project/tox-uv-bare/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-21","license_spdx":"MIT","license_treatment":"permissive","name":"tox-uv-bare","python_support":"supports_current","summary":"Integration of uv with tox (bare package, bring your own uv)."},"popularity":{"monthly_downloads":5677061,"position":2055,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.36.0"}
