requirements: Use patched tox for Python 3.14

See https://github.com/tox-dev/tox/issues/3523
This commit is contained in:
Florian Bruhin 2025-05-08 11:22:55 +02:00
parent c682ccb1b2
commit 9685c5a383
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,8 @@ pluggy==1.5.0
pyproject-api==1.9.0
setuptools==80.3.1
tomli==2.2.1
tox==4.25.0
tox==4.25.0 ; python_full_version!="3.14.0b1"
typing_extensions==4.13.2
virtualenv==20.30.0
wheel==0.45.1
git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"

View File

@ -1,2 +1,5 @@
tox
wheel
#@ markers: tox python_full_version!="3.14.0b1"
#@ add: git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"