Giving up for the moment - something deletes this file
authorSteffen Moeller <moeller@debian.org>
Fri, 14 Sep 2018 13:04:10 +0000 (15:04 +0200)
committerSteffen Moeller <moeller@debian.org>
Fri, 14 Sep 2018 13:04:10 +0000 (15:04 +0200)
debian/patches/series
debian/patches/skip_test_needing_missing_data.patch

index a5807b9fc35f52473584da255af73b5836237b14..9a831802894f96b5d09c2a859b5b5494f65dca86 100644 (file)
@@ -1,2 +1,2 @@
 skip_test_remote.patch
-#skip_test_needing_missing_data.patch
+skip_test_needing_missing_data.patch
index 43a729f0b2198553c61f3a3f5670b98ab267ad18..d4f2563cacffb622c0eefe88cecbbab34d01220c 100644 (file)
@@ -8,7 +8,7 @@ Index: python-pysam/tests/AlignmentFile_test.py
 ===================================================================
 --- python-pysam.orig/tests/AlignmentFile_test.py
 +++ python-pysam/tests/AlignmentFile_test.py
-@@ -1403,12 +1403,7 @@ class TestEmptyHeader(unittest.TestCase)
+@@ -1402,11 +1402,6 @@ class TestEmptyHeader(unittest.TestCase)
                                               'example_empty_header.bam'))
          self.assertEqual(s.header.to_dict(), {'SQ': [{'LN': 1000, 'SN': 'chr1'}]})
  
@@ -16,8 +16,7 @@ Index: python-pysam/tests/AlignmentFile_test.py
 -        s = pysam.AlignmentFile(os.path.join(BAM_DATADIR, "example_no_seq_in_header.bam"))
 -        self.assertTrue("SQ" in s.header.to_dict())
 -        self.assertTrue("@SQ" in str(s.header))
+-
  
--        
- class TestHeaderWithProgramOptions(unittest.TestCase):
-     '''see issue 39.'''
+ class TestMismatchingHeader(unittest.TestCase):
+     '''see issue 716.'''