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 abfa680 commit b60f4c9Copy full SHA for b60f4c9
tests/test_store/test_fsspec.py
@@ -24,7 +24,9 @@
24
pytestmark = [
25
pytest.mark.filterwarnings(
26
re.escape("ignore:datetime.datetime.utcnow() is deprecated:DeprecationWarning")
27
- )
+ ),
28
+ # TODO: fix these resource warnings
29
+ pytest.mark.filterwarnings("ignore:Unclosed client session:ResourceWarning")
30
]
31
32
fsspec = pytest.importorskip("fsspec")
0 commit comments