Browse Source

Remove`ignore:starlette.middleware.wsgi is deprecated` from `filterwarnings`

pull/14756/head
Yurii Motov 6 months ago
parent
commit
97d19ee3ea
  1. 1
      pyproject.toml

1
pyproject.toml

@ -232,7 +232,6 @@ xfail_strict = true
junit_family = "xunit2"
filterwarnings = [
"error",
'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette',
# see https://trio.readthedocs.io/en/stable/history.html#trio-0-22-0-2022-09-28
"ignore:You seem to already have a custom.*:RuntimeWarning:trio",
# TODO: remove after upgrading SQLAlchemy to a version that includes the following changes

Loading…
Cancel
Save