# HG changeset patch # User Søren Løvborg # Date 2017-01-02 20:01:53 # 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 --git a/dev_requirements.txt b/dev_requirements.txt --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -pytest>=2.7.0,<4.0 +pytest ~= 3.0 pytest-runner pytest-sugar>=0.7.0 pytest-catchlog