From d1748dd61e37a384b8f5f7917fce664a4672f91f Mon Sep 17 00:00:00 2001 From: Noe Gaumont Date: Thu, 17 Dec 2020 16:39:32 +0100 Subject: chore(tox): use only one url for pytest-capture-deprecatedwarnings --- tox.ini | 1 - 1 file changed, 1 deletion(-) 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} -- cgit v1.2.1