# HG changeset patch # User Thomas De Schampheleire # Date 1472152766 -7200 # Node ID ca9c7cddb2bf72393330515c0f28d61d3b963852 # Parent 07844f0bc4102559ebb9a0a16962a55143e53019 tests: bump pytest version requirement to allow 3.x pytest is an active project, since our previous requirement setting there have been many releases, with new features and bug fixes. One of the improvements in pytest-3.0 is that 'yield_fixture' (a fixture that can embed cleanup code after a yield) is no longer different than 'fixture', i.e. a standard fixture supports the yield cleanup mechanism. We will switch to use that when we make 3.0 mandatory. diff -r 07844f0bc410 -r ca9c7cddb2bf dev_requirements.txt --- a/dev_requirements.txt Thu Aug 25 21:16:27 2016 +0200 +++ b/dev_requirements.txt Thu Aug 25 21:19:26 2016 +0200 @@ -1,4 +1,4 @@ -pytest>=2.7.0,<3.0 +pytest>=2.7.0,<4.0 pytest-runner pytest-sugar>=0.7.0,<1.0.0 pytest-catchlog