summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Gaumont <ngaumont@logilab.fr>2020-12-17 16:39:32 +0100
committerNoe Gaumont <ngaumont@logilab.fr>2020-12-17 16:39:32 +0100
commitd1748dd61e37a384b8f5f7917fce664a4672f91f (patch)
treeff3dd96e301e192ec737eba11401394942a30992
parent62a932096e498a8300659724ad03c9b381b92fe3 (diff)
downloadlogilab-common-d1748dd61e37a384b8f5f7917fce664a4672f91f.tar.gz
chore(tox): use only one url for pytest-capture-deprecatedwarningsHEADmaster
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8bc4886..0278c92 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist=py3,check-manifest,mypy,flake8,black,black-run
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}