Show deprecation message when running under Python 2.7 and 3.4

Fix #4627
This commit is contained in:
Bruno Oliveira
2019-01-29 15:31:20 -02:00
parent 6aba60ab08
commit eb92e57509
4 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
Display a message at the end of the test session when running under Python 2.7 and 3.4 that pytest 5.0 will no longer
support those Python versions.