requirements: use full syntax for misc checks

This commit is contained in:
Florian Bruhin 2025-05-08 11:25:14 +02:00
parent 9685c5a383
commit a2072db15d
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ 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"
tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"

View File

@ -2,4 +2,4 @@ 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"
#@ add: tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"