2021-04-12 18:23:04 +00:00
|
|
|
diff --git a/tests.py b/tests.py
|
2022-08-12 12:06:08 +00:00
|
|
|
index 704f049..ef68728 100755
|
2021-04-12 18:23:04 +00:00
|
|
|
--- a/tests.py
|
|
|
|
+++ b/tests.py
|
2022-08-12 12:06:08 +00:00
|
|
|
@@ -225,6 +225,7 @@ class TestPypandoc(unittest.TestCase):
|
2021-04-12 18:23:04 +00:00
|
|
|
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')
|