Changeset - ca9c7cddb2bf
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2016-08-25 21:19:26
thomas.de.schampheleire@gmail.com
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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dev_requirements.txt
Show inline comments
 
pytest>=2.7.0,<3.0
 
pytest>=2.7.0,<4.0
 
pytest-runner
 
pytest-sugar>=0.7.0,<1.0.0
 
pytest-catchlog
0 comments (0 inline, 0 general)