|
|
@ -149,27 +149,14 @@ xfail_strict = true |
|
|
|
junit_family = "xunit2" |
|
|
|
filterwarnings = [ |
|
|
|
"error", |
|
|
|
# TODO: needed by asyncio in Python 3.9.7 https://bugs.python.org/issue45097, try to remove on 3.9.8 |
|
|
|
'ignore:The loop argument is deprecated since Python 3\.8, and scheduled for removal in Python 3\.10:DeprecationWarning:asyncio', |
|
|
|
'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette', |
|
|
|
# TODO: remove after upgrading HTTPX to a version newer than 0.23.0 |
|
|
|
# Including PR: https://github.com/encode/httpx/pull/2309 |
|
|
|
"ignore:'cgi' is deprecated:DeprecationWarning", |
|
|
|
# For passlib |
|
|
|
"ignore:'crypt' is deprecated and slated for removal in Python 3.13:DeprecationWarning", |
|
|
|
# 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 pytest-cov |
|
|
|
'ignore::pytest.PytestDeprecationWarning:pytest_cov', |
|
|
|
# TODO: remove after upgrading SQLAlchemy to a version that includes the following changes |
|
|
|
# https://github.com/sqlalchemy/sqlalchemy/commit/59521abcc0676e936b31a523bd968fc157fef0c2 |
|
|
|
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version\..*:DeprecationWarning:sqlalchemy', |
|
|
|
# TODO: remove after upgrading python-jose to a version that explicitly supports Python 3.12 |
|
|
|
# also, if it won't receive an update, consider replacing python-jose with some alternative |
|
|
|
# related issues: |
|
|
|
# - https://github.com/mpdavis/python-jose/issues/332 |
|
|
|
# - https://github.com/mpdavis/python-jose/issues/334 |
|
|
|
'ignore:datetime\.datetime\.utcnow\(\) is deprecated and scheduled for removal in a future version\..*:DeprecationWarning:jose', |
|
|
|
# Trio 24.1.0 raises a warning from attrs |
|
|
|
# Ref: https://github.com/python-trio/trio/pull/3054 |
|
|
|
# Remove once there's a new version of Trio |
|
|
|