From 9de0d03c94672073d19f27999b32c0a1bb788713 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 8 Jan 2019 11:36:52 -0800 Subject: [PATCH] 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 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6