File: disable-netcdf-compressor-tests.patch

package info (click to toggle)
python-xarray 2025.08.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,796 kB
  • sloc: python: 115,416; makefile: 258; sh: 47
file content (27 lines) | stat: -rw-r--r-- 694 bytes parent folder | download
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