Skip to main content

Integration of uv with tox.

Project description

tox-uv

PyPI version PyPI Supported Python Versions check Downloads

tox-uv is a tox plugin, which replaces virtualenv and pip with uv in your tox environments. Note that you will get both the benefits (performance) or downsides (bugs) of uv.

How to use

Install tox-uv into the environment of your tox, and it will replace virtualenv and pip for all runs:

uv tool install tox --with tox-uv # use uv to install
tox --version # validate you are using the installed tox
tox r -e py312 # will use uv
tox --runner virtualenv r -e py312 # will use virtualenv+pip

tox environment types provided

This package will provide the following new tox environments:

  • uv-venv-runner is the ID for the tox environments runner for environments not using a lock file.
  • uv-venv-lock-runner is the ID for the tox environments runner for environments using uv.lock (note we can’t detect the presence of the uv.lock file to enable this because that would break environments not using the lock file - such as your linter).
  • uv-venv-pep-517 is the ID for the PEP-517 packaging environment.
  • uv-venv-cmd-builder is the ID for the external cmd builder.

uv.lock support

If you want for a tox environment to use uv sync with a uv.lock file you need to change for that tox environment the runner to uv-venv-lock-runner. Furthermore, should in such environments you use the extras config to instruct uv to install the specified extras, for example:

[testenv:fix]
description = run code formatter and linter (auto-fix)
skip_install = true
deps =
    pre-commit-uv>=4.1.1
commands =
    pre-commit run --all-files --show-diff-on-failure

[testenv:type]
runner = uv-venv-lock-runner
description = run type checker via mypy
commands =
    mypy {posargs:src}

[testenv:dev]
runner = uv-venv-lock-runner
description = dev environment
extras =
    dev
    test
    type
commands =
    uv pip tree

In this example:

  • fix will use the uv-venv-runner and use uv pip install to install dependencies to the environment.
  • type will use the uv-venv-lock-runner and use uv sync to install dependencies to the environment without any extra group.
  • dev will use the uv-venv-lock-runner and use uv sync to install dependencies to the environment with the dev, test and type extra groups.

Note that when using uv-venv-lock-runner, all dependencies will come from the lock file, controlled by extras. Therefore, options like deps are ignored (and all others enumerated here as Python run flags).

extras

A list of string that selects, which extra groups you want to install with uv sync. By default, it is empty.

with_dev

A boolean flag to toggle installation of the uv development dependencies. By default, it is false.

dependency_groups

Specify PEP 735 – Dependency Groups to install.

uv_sync_flags

A list of strings, containing additional flags to pass to uv sync (useful because some flags are not configurable via environment variables). For example, if you want to install the package in non editable mode and keep extra packages installed into the environment you can do:

uv_sync_flags = --no-editable, --inexact

External package support

Should tox be invoked with the --installpkg flag (the argument must be either a wheel or source distribution) the sync operation will run with --no-install-project and uv pip install will be used afterward to install the provided package.

Environment creation

We use uv venv to create virtual environments. This process can be configured with the following options:

uv_seed

This flag, set on a tox environment level, controls if the created virtual environment injects pip, setuptools and wheel into the created virtual environment or not. By default, it is off. You will need to set this if you have a project that uses the old legacy-editable mode, or your project doesn’t support the pyproject.toml powered isolated build model.

uv_python_preference

This flag, set on a tox environment level, controls how uv select the Python interpreter.

By default, uv will attempt to use Python versions found on the system and only download managed interpreters when necessary. However, It is possible to adjust uv's Python version selection preference with the python-preference option.

Package installation

We use uv pip to install packages into the virtual environment. The behavior of this can be configured via the following options:

uv_resolution

This flag, set on a tox environment level, informs uv of the desired resolution strategy:

  • highest - (default) selects the highest version of a package satisfying the constraints.
  • lowest - install the lowest compatible versions for all dependencies, both direct and transitive.
  • lowest-direct - opt for the lowest compatible versions for all direct dependencies, while using the latest compatible versions for all transitive dependencies.

This is an uv specific feature that may be used as an alternative to frozen constraints for test environments if the intention is to validate the lower bounds of your dependencies during test executions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tox_uv-1.16.0.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

tox_uv-1.16.0-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file tox_uv-1.16.0.tar.gz.

File metadata

  • Download URL: tox_uv-1.16.0.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for tox_uv-1.16.0.tar.gz
Algorithm Hash digest
SHA256 71b2e2fa6c35c1360b91a302df1d65b3e5a1f656b321c5ebf7b84545804c9f01
MD5 5f596025d9b48f3ab60b91ed3c580c75
BLAKE2b-256 ed5ec3d2a45ab5465dddbbc267a589c9cfce23b91750d49af10738a08c98534e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tox_uv-1.16.0.tar.gz:

Publisher: GitHub
  • Repository: tox-dev/tox-uv
  • Workflow: release.yaml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: tox_uv-1.16.0.tar.gz
    • Subject digest: 71b2e2fa6c35c1360b91a302df1d65b3e5a1f656b321c5ebf7b84545804c9f01
    • Transparency log index: 145206876
    • Transparency log integration time:

File details

Details for the file tox_uv-1.16.0-py3-none-any.whl.

File metadata

  • Download URL: tox_uv-1.16.0-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for tox_uv-1.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e6f0b525a687e745ab878d07cbf5c7e85d582028d4a7c8935f95e84350651432
MD5 8ee5de7a151dd4229140179059eb8f45
BLAKE2b-256 ad8d1baa9f725ddd4824708759cf7b74bc43379f5f7feb079fde0629d7b32b3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tox_uv-1.16.0-py3-none-any.whl:

Publisher: GitHub
  • Repository: tox-dev/tox-uv
  • Workflow: release.yaml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: tox_uv-1.16.0-py3-none-any.whl
    • Subject digest: e6f0b525a687e745ab878d07cbf5c7e85d582028d4a7c8935f95e84350651432
    • Transparency log index: 145206877
    • Transparency log integration time:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page