Skip to content

Commit 46f3a31

Browse files
committed
Quiet Twisted-internal deprecation warnings
This is tracked in twisted/twisted#12172
1 parent ea891b1 commit 46f3a31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ changedir =
2525
; working directory, so put that somewhere temporary:
2626
{envtmpdir}
2727
commands =
28-
pytest {toxinidir}/yarrharr
28+
pytest {toxinidir}/yarrharr {posargs}
2929
django-admin makemigrations --dry-run --check
3030

3131
[testenv:run]
@@ -76,3 +76,5 @@ filterwarnings=
7676
ignore:Using readBody with a transport that does not have an abortConnection method:DeprecationWarning
7777
# Tracked in https://github.com/twm/yarrharr/issues/659
7878
ignore:html5lib's sanitizer:DeprecationWarning
79+
# Tracked in https://github.com/twisted/twisted/issues/12172
80+
ignore:twisted.web.resource._Unsafe:DeprecationWarning:

0 commit comments

Comments
 (0)