File: xfail-remote_url_backend_auto_detection.patch

package info (click to toggle)
python-xarray 2026.01.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,676 kB
  • sloc: python: 120,278; makefile: 269
file content (12 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: python-xarray-2026.01.0/xarray/tests/test_backends.py
===================================================================
--- python-xarray-2026.01.0.orig/xarray/tests/test_backends.py
+++ python-xarray-2026.01.0/xarray/tests/test_backends.py
@@ -7345,6 +7345,7 @@ def test_zarr_entrypoint(tmp_path: Path)
     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