Merge pull request #4422 from Gallaecio/pin-working-pytest

Restrict pytest to versions prior to 5.4
This commit is contained in:
Andrey Rahmatullin 2020-03-13 18:28:11 +05:00 committed by Adrián Chaves
parent 4d6e34014d
commit df536dab6a
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