You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,6 @@ filterwarnings = [
448
448
# s3fs finalizers can fail during session cleanup when aiobotocore sessions are garbage
449
449
# collected without being entered. This is a known issue in s3fs/aiobotocore, and pytest
450
450
# per-test filterwarnings markers can't catch it (https://github.com/pytest-dev/pytest/issues/14096).
451
-
"ignore:Error cleaning up asyncio loop.*:RuntimeWarning", # appears in Pyodide/WASM as it uses its own browser-based event loop. TODO see if it's still occurring and webloop needs to be fixed?
452
451
"ignore:Exception ignored ((on calling weakref callback)|(in[\\s\\S]*Session was never entered)):pytest.PytestUnraisableExceptionWarning",
0 commit comments