Pin pytest to 4.6.x 60/16060/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 2 Jul 2019 22:55:51 +0000 (15:55 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 2 Jul 2019 22:55:51 +0000 (15:55 -0700)
PyTest 5 was released on June 28th that now requires Python >= 3.5
so pin to the 4.6.x stream until we are ready to drop 2.7 support.

Change-Id: If25020214f778390c4e2705fbf454ce4db59791c
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
releasenotes/notes/pin-pytest-f940a8c95ebb3b96.yaml [new file with mode: 0644]
requirements-docs.txt
requirements-test.txt

diff --git a/releasenotes/notes/pin-pytest-f940a8c95ebb3b96.yaml b/releasenotes/notes/pin-pytest-f940a8c95ebb3b96.yaml
new file mode 100644 (file)
index 0000000..05aba53
--- /dev/null
@@ -0,0 +1,5 @@
+---
+issues:
+  - |
+    Pytest 5 has come out and requires Python >= 3.5 which we're not presently
+    testing on. Pytest is now pinned to 4.6.4 until we update.
index fb109be..b0763bd 100644 (file)
@@ -2,3 +2,5 @@
 lfdocs-conf
 reno~=2.11.2
 sphinxcontrib-programoutput
+# pytest 5 requires Python >= 3.5
+pytest~=4.6.4
index bf38ce7..21f2437 100644 (file)
@@ -1,5 +1,6 @@
 -r requirements.txt
-pytest~=4.3.0
+# pytest 5 requires Python >= 3.5
+pytest~=4.6.4
 pytest-click
 pytest-datafiles
 pytest-mock