File: Skip-test-that-requires-removed-data-file.patch

package info (click to toggle)
glueviz 1.24.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,828 kB
  • sloc: python: 31,059; makefile: 133; sh: 8
file content (20 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ole Streicher <olebole@debian.org>
Date: Wed, 12 Nov 2025 21:06:21 +0100
Subject: Skip test that requires removed data file

---
 glue/core/data_factories/tests/test_hdf5.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/glue/core/data_factories/tests/test_hdf5.py b/glue/core/data_factories/tests/test_hdf5.py
index da4b13a..b4d311e 100644
--- a/glue/core/data_factories/tests/test_hdf5.py
+++ b/glue/core/data_factories/tests/test_hdf5.py
@@ -43,6 +43,7 @@ def test_hdf5_loader(suffix):
 
 @requires_astropy
 @requires_h5py
+@pytest.mark.skip(reason="Data file missing (not DFSG compliant)")
 def test_hdf5_loader_fromfile():
 
     datasets = df.load_data(os.path.join(DATA, 'data.hdf5'))