diff 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
line wrap: on
line diff
--- 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