1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From: Alastair McKinstry <mckinstry@debian.org>
Date: Sun, 21 Jan 2024 11:07:30 +0000
Subject: NetCDF4 in Debian is not yet built with zstd or blosc compressors.
Last-Updated: 2024-01-21
Forwarded: not-needed
Disable testing of these, which fail
---
xarray/tests/test_backends.py | 6 ------
1 file changed, 6 deletions(-)
--- a/xarray/tests/test_backends.py
+++ b/xarray/tests/test_backends.py
@@ -2097,12 +2097,6 @@
None,
"zlib",
"szip",
- "zstd",
- "blosc_lz",
- "blosc_lz4",
- "blosc_lz4hc",
- "blosc_zlib",
- "blosc_zstd",
],
)
@requires_netCDF4_1_6_2_or_above
|