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 GitHub
commit 0afe3da3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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