mirror of https://github.com/pwndbg/pwndbg.git
Move pytest to dev-requirements
parent
2bde0cc1d8
commit
697c32e84b
@ -1,2 +1,4 @@
|
|||||||
coverage==6.4.4; python_version >= '3.7'
|
coverage==6.4.4; python_version >= '3.7'
|
||||||
coverage==6.2; 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'
|
||||||
|
|||||||
Loading…
Reference in new issue