From df536dab6a06b591f628ed77d1f1b18eee25c9ab Mon Sep 17 00:00:00 2001 From: Andrey Rahmatullin Date: Fri, 13 Mar 2020 18:28:11 +0500 Subject: [PATCH] Merge pull request #4422 from Gallaecio/pin-working-pytest Restrict pytest to versions prior to 5.4 --- tests/requirements-py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index d97c4b8ee..d207c5fb0 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -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