# HG changeset patch # User Thomas De Schampheleire # Date 1518203669 -3600 # Node ID 5ab31ff3011f2e43267c4861bc0a9d3b82a4c0e9 # Parent 3971715302b10a143df5b292d74d86c158f30b44 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. diff -r 3971715302b1 -r 5ab31ff3011f dev_requirements.txt --- 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