File: Mark-one-test-as-remote.patch

package info (click to toggle)
ndcube 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,996 kB
  • sloc: python: 7,854; makefile: 34
file content (20 lines) | stat: -rw-r--r-- 715 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: Thu, 5 Sep 2024 21:12:33 +0200
Subject: Mark one test as remote

---
 ndcube/wcs/wrappers/tests/test_resampled_wcs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ndcube/wcs/wrappers/tests/test_resampled_wcs.py b/ndcube/wcs/wrappers/tests/test_resampled_wcs.py
index 7b7b945..c777da4 100644
--- a/ndcube/wcs/wrappers/tests/test_resampled_wcs.py
+++ b/ndcube/wcs/wrappers/tests/test_resampled_wcs.py
@@ -62,6 +62,7 @@ World Dim    0    1
         1  yes  yes
 """.strip()
 
+@pytest.mark.remote_data
 @pytest.mark.parametrize('celestial_wcs',
                          ['celestial_2d_ape14_wcs', 'celestial_2d_fitswcs'],
                          indirect=True)