Skip to content

Commit

Permalink
Ignore unclosed client warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jan 16, 2025
1 parent abfa680 commit b60f4c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_store/test_fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
pytestmark = [
pytest.mark.filterwarnings(
re.escape("ignore:datetime.datetime.utcnow() is deprecated:DeprecationWarning")
)
),
# TODO: fix these resource warnings
pytest.mark.filterwarnings("ignore:Unclosed client session:ResourceWarning")
]

fsspec = pytest.importorskip("fsspec")
Expand Down

0 comments on commit b60f4c9

Please sign in to comment.