summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-12-01 17:03:08 +0100
committerLaurent Peuch <cortex@worlddomination.be>2020-12-01 17:03:08 +0100
commit9b40156409bcc22759f327fa93d2e67999169d8b (patch)
tree6c86dd7c73f872e99f5aecbac2f416a3cc5ca75d
parenta8a55136de3ab6e584a3841da523386d45b238ab (diff)
downloadlogilab-common-9b40156409bcc22759f327fa93d2e67999169d8b.tar.gz
ci: integrate pytest-deprecated-warnings
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3f714b9..19a176a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,7 @@ deps =
pytz
pytest == 5.4.1
git+https://github.com/Psycojoker/pytest-capture-deprecatedwarnings
+ git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands=
{envpython} -m pytest test {posargs}