Thomas Grainger
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
pyproject.toml
|
@ -139,9 +139,8 @@ xfail_strict = true |
|
|
junit_family = "xunit2" |
|
|
junit_family = "xunit2" |
|
|
filterwarnings = [ |
|
|
filterwarnings = [ |
|
|
"error", |
|
|
"error", |
|
|
'ignore:"@coroutine" decorator is deprecated since Python 3\.8, use "async def" instead:DeprecationWarning', |
|
|
# TODO: needed by asyncio in Python 3.9.7 https://bugs.python.org/issue45097, try to remove on 3.9.8 |
|
|
# TODO: needed by AnyIO in Python 3.9, try to remove after an AnyIO upgrade |
|
|
'ignore:The loop argument is deprecated since Python 3\.8, and scheduled for removal in Python 3\.10:DeprecationWarning:asyncio', |
|
|
'ignore:The loop argument is deprecated since Python 3\.8, and scheduled for removal in Python 3\.10:DeprecationWarning', |
|
|
|
|
|
# TODO: if these ignores are needed, enable them, otherwise remove them |
|
|
# TODO: if these ignores are needed, enable them, otherwise remove them |
|
|
# 'ignore:The explicit passing of coroutine objects to asyncio\.wait\(\) is deprecated since Python 3\.8:DeprecationWarning', |
|
|
# 'ignore:The explicit passing of coroutine objects to asyncio\.wait\(\) is deprecated since Python 3\.8:DeprecationWarning', |
|
|
# 'ignore:Exception ignored in. <socket\.socket fd=-1:pytest.PytestUnraisableExceptionWarning', |
|
|
# 'ignore:Exception ignored in. <socket\.socket fd=-1:pytest.PytestUnraisableExceptionWarning', |
|
|