We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea891b1 commit 46f3a31Copy full SHA for 46f3a31
tox.ini
@@ -25,7 +25,7 @@ changedir =
25
; working directory, so put that somewhere temporary:
26
{envtmpdir}
27
commands =
28
- pytest {toxinidir}/yarrharr
+ pytest {toxinidir}/yarrharr {posargs}
29
django-admin makemigrations --dry-run --check
30
31
[testenv:run]
@@ -76,3 +76,5 @@ filterwarnings=
76
ignore:Using readBody with a transport that does not have an abortConnection method:DeprecationWarning
77
# Tracked in https://github.com/twm/yarrharr/issues/659
78
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