File: Mark-failures-that-are-known-to-fail-with-the-original-cf.patch

package info (click to toggle)
python-fitsio 0.9.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 664 kB
  • sloc: python: 4,036; ansic: 3,197; makefile: 14
file content (38 lines) | stat: -rw-r--r-- 1,560 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
28
29
30
31
32
33
34
35
36
37
38
From: Ole Streicher <olebole@debian.org>
Date: Fri, 15 Jul 2016 08:46:15 +0200
Subject: Mark failures that are known to fail with the original cfitsio

---
 fitsio/test.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/fitsio/test.py b/fitsio/test.py
index 32b284e..e8feecd 100644
--- a/fitsio/test.py
+++ b/fitsio/test.py
@@ -643,7 +643,7 @@ class TestReadWrite(unittest.TestCase):
         try:
             with fitsio.FITS(fname,'rw',clobber=True) as fits:
                 # note i8 not supported for compressed!
-                dtypes = ['u1','i1','u2','i2','u4','i4','f4','f8']
+                dtypes = ['u1','i1',     'i2','u4','i4','f4','f8']
 
                 for dtype in dtypes:
                     data = numpy.arange(5*20,dtype=dtype).reshape(5,20)
@@ -667,7 +667,7 @@ class TestReadWrite(unittest.TestCase):
         try:
             with fitsio.FITS(fname,'rw',clobber=True) as fits:
                 # note i8 not supported for compressed!
-                dtypes = ['u1','i1','u2','i2','u4','i4','f4','f8']
+                dtypes = ['u1','i1',     'i2','u4','i4','f4','f8']
 
                 for dtype in dtypes:
                     data = numpy.arange(5*20,dtype=dtype).reshape(5,20)
@@ -1683,6 +1683,7 @@ class TestReadWrite(unittest.TestCase):
             if os.path.exists(fname):
                 os.remove(fname)
 
+    @unittest.skip("bzip2 is not supported with debian cfitsio package")
     def testBz2Read(self):
         '''
         Write a normal .fits file, run bzip2 on it, then read the bz2