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 c8607e1 commit 3c8ce0fCopy full SHA for 3c8ce0f
xarray/tests/test_backends_file_manager.py
@@ -53,7 +53,7 @@ def test_file_manager_autoclose(warn_for_unclosed_files) -> None:
53
if warn_for_unclosed_files:
54
ctx = pytest.warns(RuntimeWarning)
55
else:
56
- ctx = assert_no_warnings()
+ ctx = assert_no_warnings() # type: ignore
57
58
with set_options(warn_for_unclosed_files=warn_for_unclosed_files):
59
with ctx:
0 commit comments