[Python-modules-commits] [python-mpegdash] 02/05: Prevent internet access in test

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Tue Oct 18 06:13:01 UTC 2016


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

kobla-guest pushed a commit to branch master
in repository python-mpegdash.

commit bc34a4e56eba89e7dd176711664e2902297bcb70
Author: Ondrej Koblizek <ondrej.koblizek at firma.seznam.cz>
Date:   Wed May 18 15:29:38 2016 +0200

    Prevent internet access in test
---
 tests/test_xmltompd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_xmltompd.py b/tests/test_xmltompd.py
index decda3d..dc877b8 100644
--- a/tests/test_xmltompd.py
+++ b/tests/test_xmltompd.py
@@ -32,6 +32,7 @@ class XML2MPDTestCase(unittest.TestCase):
         self.assert_mpd(MPEGDASHParser.parse('./tests/mpd-samples/oops-20120802-manifest.mpd'))
         self.assert_mpd(MPEGDASHParser.parse('./tests/mpd-samples/360p_speciment_dash.mpd'))
 
+    @unittest.skip("Prevent internet access")
     def test_xml2mpd_from_url(self):
         mpd_url = 'http://yt-dash-mse-test.commondatastorage.googleapis.com/media/motion-20120802-manifest.mpd'
         self.assert_mpd(MPEGDASHParser.parse(mpd_url))

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



More information about the Python-modules-commits mailing list