|
|
@ -232,7 +232,6 @@ xfail_strict = true |
|
|
junit_family = "xunit2" |
|
|
junit_family = "xunit2" |
|
|
filterwarnings = [ |
|
|
filterwarnings = [ |
|
|
"error", |
|
|
"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 |
|
|
# 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", |
|
|
"ignore:You seem to already have a custom.*:RuntimeWarning:trio", |
|
|
# TODO: remove after upgrading SQLAlchemy to a version that includes the following changes |
|
|
# TODO: remove after upgrading SQLAlchemy to a version that includes the following changes |
|
|
|