[Python-modules-commits] [pypandoc] 04/08: Skip test(s) that require the network.

Elena Grandi valhalla-guest at moszumanska.debian.org
Sat Nov 5 14:08:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

valhalla-guest pushed a commit to branch master
in repository pypandoc.

commit 19c9b81c330719abc5d848a09f3bf429f555b5ee
Author: Elena Grandi <valhalla-d at trueelena.org>
Date:   Sat Nov 5 12:47:21 2016 +0100

    Skip test(s) that require the network.
---
 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')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pypandoc.git



More information about the Python-modules-commits mailing list