pytest-responses requires pytest<4.1.0 96/14096/2
authorEric Ball <eball@linuxfoundation.org>
Tue, 8 Jan 2019 19:36:52 +0000 (11:36 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 9 Jan 2019 13:50:11 +0000 (05:50 -0800)
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 <eball@linuxfoundation.org>
requirements-test.txt

index ce94613..46adc6e 100644 (file)
@@ -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