comparison dev_requirements.txt @ 6147:ca9c7cddb2bf

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.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Thu, 25 Aug 2016 21:19:26 +0200
parents 3521120e72bc
children 28b1d67b1601
comparison
equal deleted inserted replaced
6146:07844f0bc410 6147:ca9c7cddb2bf
1 pytest>=2.7.0,<3.0 1 pytest>=2.7.0,<4.0
2 pytest-runner 2 pytest-runner
3 pytest-sugar>=0.7.0,<1.0.0 3 pytest-sugar>=0.7.0,<1.0.0
4 pytest-catchlog 4 pytest-catchlog
5 WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb 5 WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb
6 mock 6 mock