Pin more-itertools and update pytest 25/14625/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 18 Feb 2019 21:52:29 +0000 (16:52 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 18 Feb 2019 21:52:33 +0000 (16:52 -0500)
PyTest pulls in more-itertools but version 6.0.0 is Python 3.4
only. Pin more-itertools and update pytest to latest version.

Change-Id: Ia6ad6a5f1cf0707599884a892783d7aacc447e7a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
requirements-test.txt

index 46adc6e..bf38ce7 100644 (file)
@@ -1,6 +1,10 @@
 -r requirements.txt
-pytest~=4.0.1  # pytest>=4.1.0 breaks pytest-responses 0.3.0
+pytest~=4.3.0
 pytest-click
 pytest-datafiles
 pytest-mock
 pytest-responses
+
+# Pin transitive dependencies
+more-itertools~=5.0.0  # 6.0.0 requires Python 3.4
+