From 2a4614cf68c8048221edb35ff68ddfea6735c265 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Fri, 15 Jul 2016 08:46:15 +0200 Subject: [PATCH] Mark failures that are known to fail with the original cfitsio Gbp-Pq: Name Mark-failures-that-are-known-to-fail-with-the-original-cf.patch --- fitsio/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fitsio/test.py b/fitsio/test.py index 49d5e4c..35d5de6 100644 --- a/fitsio/test.py +++ b/fitsio/test.py @@ -1161,7 +1161,7 @@ DATASUM = / checksum of the data records\n""" fname=tempfile.mktemp(prefix='fitsio-ImageWrite-',suffix='.fits.fz') try: with fitsio.FITS(fname,'rw',clobber=True) as fits: - dtypes = ['u1','i1','u2','i2','u4','i4','f4','f8'] + dtypes = ['u1','i1', 'i2','u4','i4','f4','f8'] for dtype in dtypes: @@ -2397,6 +2397,7 @@ DATASUM = / checksum of the data records\n""" 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 -- 2.30.2