Description: disable tests needing Internet.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2023-01-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -165,6 +165,7 @@ def test_read_chromsizes():
     util.read_chromsizes(op.join(datadir, 'toy.chrom.sizes'))
 
 
+@pytest.mark.skip("This test needs Internet connectivity.")
 def test_fetch_chromsizes():
     util.fetch_chromsizes('hg19')
 
--- a/tests/test_create.py
+++ b/tests/test_create.py
@@ -78,6 +78,7 @@ def test_create_append(fp):
         )
     ],
 )
+@pytest.mark.skip("This test needs Internet connectivity.")
 def test_roundtrip(f_hm, f_cool):
     chromsizes = cooler.read_chromsizes(
         "http://genome.ucsc.edu/goldenpath/help/hg19.chrom.sizes",
