[med-svn] [python-pysam] 01/03: Drop exclude_test_tyring_to_access_remote_ftpserver.patch, fixed upstream

Graham Inggs ginggs at moszumanska.debian.org
Mon Jul 31 12:14:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch master
in repository python-pysam.

commit abf30cba055585ce966517c8b9fb5a375dd26421
Author: Graham Inggs <ginggs at debian.org>
Date:   Mon Jul 31 12:47:37 2017 +0200

    Drop exclude_test_tyring_to_access_remote_ftpserver.patch, fixed upstream
---
 debian/changelog                                   |  2 ++
 ...de_test_tyring_to_access_remote_ftpserver.patch | 29 ----------------------
 2 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5eb8b16..e4c4dfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-pysam (0.11.2.2+ds-2) UNRELEASED; urgency=medium
 
   * Mark debian/python-pysam.links executable for dh-exec
+  * Drop exclude_test_tyring_to_access_remote_ftpserver.patch,
+    fixed upstream
 
  -- Graham Inggs <ginggs at debian.org>  Mon, 31 Jul 2017 12:37:39 +0200
 
diff --git a/debian/patches/exclude_test_tyring_to_access_remote_ftpserver.patch b/debian/patches/exclude_test_tyring_to_access_remote_ftpserver.patch
deleted file mode 100644
index 33f4a22..0000000
--- a/debian/patches/exclude_test_tyring_to_access_remote_ftpserver.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Exclude test tyring to access remote ftpserver
-Bug-Debian: https://bugs.debian.org/861496
-Author: Andreas Tille <tille at debian.org>
-Last-Update: Thu, 04 May 2017 12:50:22 +0200
-
---- a/tests/faidx_test.py
-+++ b/tests/faidx_test.py
-@@ -216,21 +216,5 @@ class TestFastxFileWithEmptySequence(uni
-         self.assertEqual(ref_num, l)
- 
- 
--class TestRemoteFileFTP(unittest.TestCase):
--    '''test remote access.
--    '''
--
--    url = "ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/technical/reference/GRCh38_reference_genome/GRCh38_full_analysis_set_plus_decoy_hla.fa"
--
--
--    def testFTPView(self):
--        if not checkURL(self.url):
--            return
--        with pysam.Fastafile(self.url) as f:
--            self.assertEqual(
--                len(f.fetch("chr1", 0, 1000)),
--                1000)
--
--
- if __name__ == "__main__":
-     unittest.main()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list