From: Elena Grandi <valhalla-d@trueelena.org>
Date: Sat, 5 Nov 2016 12:47:21 +0100
Subject: Skip test(s) that require the network.
Forwarded: not-needed

---
 tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests.py b/tests.py
index 916a24d..e5de770 100644
--- a/tests.py
+++ b/tests.py
@@ -206,6 +206,7 @@ class TestPypandoc(unittest.TestCase):
             received = pypandoc.convert_file(file_url, 'rst')
             self.assertEqualExceptForNewlineEnd(expected, received)
 
+    @unittest.skip('requires network')
     def test_basic_conversion_from_http_url(self):
         url = 'https://raw.githubusercontent.com/bebraw/pypandoc/master/README.md'
         received = pypandoc.convert_file(url, 'html')
