Merge pull request #4588 from altendky/patch-1

Incompatible with pytest 5.4 and 5.4.1
This commit is contained in:
Mikhail Korobov 2020-05-26 01:38:53 +05:00 committed by GitHub
commit b82a480e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
jmespath
mitmproxy; python_version >= '3.6'
mitmproxy<4.0.0; python_version < '3.6'
pytest < 5.4
# https://github.com/pytest-dev/pytest-twisted/issues/93
pytest != 5.4, != 5.4.1
pytest-cov
pytest-twisted >= 1.11
pytest-xdist