# HG changeset patch # User Søren Løvborg # Date 1483383713 -3600 # Node ID 98dd279582803299356502051fe00e161776bf9e # Parent 1e80013ac8af03afdbfae084f7b2644f13407a45 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. diff -r 1e80013ac8af -r 98dd27958280 dev_requirements.txt --- 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