changeset 6379:98dd27958280

test: bump pytest minimum version Recent test case changes broke compatibility with pytest < 3.0. FYI, the ~= version spec is a shorthand (PEP 440) used here to select "3.0 or any later 3.* release". We could probably use this more often.
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 02 Jan 2017 20:01:53 +0100
parents 1e80013ac8af
children c987aa2eb2a8
files dev_requirements.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dev_requirements.txt	Tue Jan 03 16:58:56 2017 +0100
+++ b/dev_requirements.txt	Mon Jan 02 20:01:53 2017 +0100
@@ -1,4 +1,4 @@
-pytest>=2.7.0,<4.0
+pytest ~= 3.0
 pytest-runner
 pytest-sugar>=0.7.0
 pytest-catchlog