summary refs log tree commit diff
path: root/pkgs/development/python-modules/pypandoc/skip-tests.patch
blob: 201c5105c53bd8c2e8a5d6d40fa4fd040d9bcad5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests.py b/tests.py
index deb50e0..aede281 100755
--- a/tests.py
+++ b/tests.py
@@ -179,6 +179,7 @@ class TestPypandoc(unittest.TestCase):
             received = pypandoc.convert_file(file_url, 'rst')
             self.assertEqualExceptForNewlineEnd(expected, received)
 
+    @unittest.skip("no network access during checkPhase")
     def test_basic_conversion_from_http_url(self):
         url = 'https://raw.githubusercontent.com/bebraw/pypandoc/master/README.md'
         received = pypandoc.convert_file(url, 'html')