We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c9aa9 commit 93d48a7Copy full SHA for 93d48a7
pyproject.toml
@@ -414,7 +414,7 @@ filterwarnings = [
414
# s3fs finalizers can fail during session cleanup when aiobotocore sessions are garbage
415
# collected without being entered. This is a known issue in s3fs/aiobotocore, and pytest
416
# per-test filterwarnings markers can't catch it (https://github.com/pytest-dev/pytest/issues/14096).
417
- "ignore:Exception ignored in[\\s\\S]*Session was never entered:pytest.PytestUnraisableExceptionWarning",
+ "ignore:Exception ignored ((on calling weakref callback)|(in[\\s\\S]*Session was never entered)):pytest.PytestUnraisableExceptionWarning",
418
]
419
markers = [
420
"asyncio: mark test as asyncio test",
0 commit comments