Skip to content
Snippets Groups Projects

ci: integrate pytest-deprecated-warnings

Closed Laurent Peuch requested to merge topic/default/pytest_deprecated into branch/default
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -3,7 +3,9 @@ envlist = py27
[testenv]
sitepackages = True
deps = -rrequirements-test.txt
deps =
-rrequirements-test.txt
git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands =
{envpython} -c 'from logilab.common import pytest; pytest.run()' -t test {posargs}
Loading