From: Eric Ball Date: Tue, 8 Jan 2019 19:36:52 +0000 (-0800) Subject: pytest-responses requires pytest<4.1.0 X-Git-Tag: v0.20.0~13 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F14096%2F2;p=releng%2Flftools.git pytest-responses requires pytest<4.1.0 There is currently a PR open for pytest-responses to make it compatible with 4.1.0, but until this upgrade is complete, the pytest version needs to be limited. Change-Id: I84c4ff8a20891d9a96532d1d773b61d0068cc3c6 Signed-off-by: Eric Ball --- diff --git a/requirements-test.txt b/requirements-test.txt index ce946138..46adc6e4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest +pytest~=4.0.1 # pytest>=4.1.0 breaks pytest-responses 0.3.0 pytest-click pytest-datafiles pytest-mock