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>
--- /dev/null
+---
+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.
lfdocs-conf
reno~=2.11.2
sphinxcontrib-programoutput
+# pytest 5 requires Python >= 3.5
+pytest~=4.6.4
-r requirements.txt
-pytest~=4.3.0
+# pytest 5 requires Python >= 3.5
+pytest~=4.6.4
pytest-click
pytest-datafiles
pytest-mock