Skip to content

Commit 93d48a7

Browse files
committed
fix: ok that still produces some wierd output locally?
1 parent 60c9aa9 commit 93d48a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ filterwarnings = [
414414
# s3fs finalizers can fail during session cleanup when aiobotocore sessions are garbage
415415
# collected without being entered. This is a known issue in s3fs/aiobotocore, and pytest
416416
# 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",
417+
"ignore:Exception ignored ((on calling weakref callback)|(in[\\s\\S]*Session was never entered)):pytest.PytestUnraisableExceptionWarning",
418418
]
419419
markers = [
420420
"asyncio: mark test as asyncio test",

0 commit comments

Comments
 (0)