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_create.py
+++ b/tests/test_create.py
@@ -78,6 +78,7 @@
         )
     ],
 )
+@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",
