Skip to content
Snippets Groups Projects
Commit 4fde6006a9a8 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

ci: integrate pytest-deprecated-warnings

parent 885f990879c1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
[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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment