Restrict pytest to versions prior to 5.4

This commit is contained in:
Adrián Chaves 2020-03-13 13:25:53 +01:00
parent ccc4d88779
commit 3f6cdcabce
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
jmespath
mitmproxy; python_version >= '3.6'
mitmproxy<4.0.0; python_version < '3.6'
pytest
pytest < 5.4
pytest-cov
pytest-twisted >= 1.11
pytest-xdist