depot/third_party/nixpkgs/pkgs/development/python-modules/pypandoc/skip-tests.patch
Default email 02cf88bb76 Project import generated by Copybara.
GitOrigin-RevId: c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d
2022-08-12 15:06:08 +03:00

12 lines
536 B
Diff

diff --git a/tests.py b/tests.py
index 704f049..ef68728 100755
--- a/tests.py
+++ b/tests.py
@@ -225,6 +225,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')