changeset 7133:5ab31ff3011f

tests: pytest-catchlog is now integrated in pytest 3.3+ See: https://docs.pytest.org/en/latest/changelog.html?highlight=catchlog#id56 This removes the deprecation warning at the end of the test run: pytest-catchlog plugin has been merged into the core, please remove it from your requirements.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 09 Feb 2018 20:14:29 +0100
parents 3971715302b1
children 037295a8846d
files dev_requirements.txt
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dev_requirements.txt	Fri Feb 02 15:52:53 2018 +0100
+++ b/dev_requirements.txt	Fri Feb 09 20:14:29 2018 +0100
@@ -1,10 +1,9 @@
 babel >= 0.9.6, < 2.4
 waitress >= 0.8.8, < 1.0
-pytest ~= 3.0
+pytest ~= 3.0, >= 3.3.0
 pytest-runner
 pytest-sugar>=0.7.0
 pytest-benchmark
-pytest-catchlog
 pytest-localserver
 mock
 sphinx