requirements: use full syntax for misc checks
This commit is contained in:
parent
9685c5a383
commit
a2072db15d
|
|
@ -16,4 +16,4 @@ tox==4.25.0 ; python_full_version!="3.14.0b1"
|
||||||
typing_extensions==4.13.2
|
typing_extensions==4.13.2
|
||||||
virtualenv==20.30.0
|
virtualenv==20.30.0
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
|
tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ tox
|
||||||
wheel
|
wheel
|
||||||
|
|
||||||
#@ markers: tox python_full_version!="3.14.0b1"
|
#@ markers: tox python_full_version!="3.14.0b1"
|
||||||
#@ add: git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
|
#@ add: tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue