Adjust for virtualenv 21 API changes

This commit is contained in:
Miro Hrončok 2026-03-06 17:01:58 +01:00
commit b45d746d3e
2 changed files with 140 additions and 0 deletions

View file

@ -28,6 +28,10 @@ License: MIT
URL: https://tox.readthedocs.io/
Source: %{pypi_source tox}
# Adjust for virtualenv 21 API changes, from upsteam, rebased.
# https://github.com/tox-dev/tox/commit/a9533f575f
Patch: virtualenv-21.patch
# Remove usage of devpi-process.
# Remove coverage options.
# Adjust virtualenv environment variables to make it work with our patched virtualenv.