summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a512e5e..3f714b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist=py3,check-manifest,mypy,flake8,black,black-run
deps =
pytz
pytest == 5.4.1
+ git+https://github.com/Psycojoker/pytest-capture-deprecatedwarnings
commands=
{envpython} -m pytest test {posargs}