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

ci: integrate pytest-deprecated-warnings

parent 0d8154d87f2a
No related branches found
No related tags found
1 merge request!6ci: integrate pytest-deprecated-warnings
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -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