changeset 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 07844f0bc410
children 28b1d67b1601
files dev_requirements.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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