From 19c9b81c330719abc5d848a09f3bf429f555b5ee Mon Sep 17 00:00:00 2001
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 1426647..3ffe834 100755
--- a/tests.py
+++ b/tests.py
@@ -163,6 +163,7 @@ class TestPypandoc(unittest.TestCase):
             received = pypandoc.convert(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(url, 'html')
