Skip to content

Commit

Permalink
Merge pull request #1219 from twm/quiet-tx-deprecations
Browse files Browse the repository at this point in the history
Quiet Twisted-internal deprecation warnings
  • Loading branch information
twm authored Aug 27, 2024
2 parents ea891b1 + 46f3a31 commit 780afd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ changedir =
; working directory, so put that somewhere temporary:
{envtmpdir}
commands =
pytest {toxinidir}/yarrharr
pytest {toxinidir}/yarrharr {posargs}
django-admin makemigrations --dry-run --check

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

0 comments on commit 780afd9

Please sign in to comment.