requirements: Use patched tox for Python 3.14
See https://github.com/tox-dev/tox/issues/3523
This commit is contained in:
parent
c682ccb1b2
commit
9685c5a383
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue