Move pytest to dev-requirements

pull/1101/head
disconnect3d 3 years ago
parent 2bde0cc1d8
commit 697c32e84b

@ -1,2 +1,4 @@
coverage==6.4.4; python_version >= '3.7'
coverage==6.2; python_version < '3.7'
pytest==7.1.2; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7'

@ -13,8 +13,6 @@ pycparser==2.21
pyelftools==0.28
Pygments==2.12.0
pyparsing==3.0.9
pytest==7.1.2; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7'
python-ptrace==0.9.8
ROPGadget==6.8
six==1.16.0

Loading…
Cancel
Save