Skip to content

Commit 3b31588

Browse files
Remove outdated pyodide webloop warning ignore
1 parent 2796de5 commit 3b31588

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ filterwarnings = [
448448
# s3fs finalizers can fail during session cleanup when aiobotocore sessions are garbage
449449
# collected without being entered. This is a known issue in s3fs/aiobotocore, and pytest
450450
# 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?
452451
"ignore:Exception ignored ((on calling weakref callback)|(in[\\s\\S]*Session was never entered)):pytest.PytestUnraisableExceptionWarning",
453452
]
454453
markers = [

0 commit comments

Comments
 (0)