File: xfail-remote_url_backend_auto_detection.patch

package info (click to toggle)
python-xarray 2025.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,160 kB
  • sloc: python: 118,690; makefile: 269
file content (10 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/xarray/tests/test_backends.py
+++ b/xarray/tests/test_backends.py
@@ -7356,6 +7356,7 @@
     assert not entrypoint.guess_can_open("something.zarr.txt")
 
 
+@pytest.mark.xfail(reason="Fails due to network issues in debian testing")
 @requires_h5netcdf
 @requires_netCDF4
 @requires_zarr