[Python-modules-commits] [python-textile] 04/05: Skip a test that requires access to www.google.com.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 22 18:11:52 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-textile.

commit d747d8200710faf9e64d20c0c436cb8826c59fef
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Dec 14 19:21:41 2015 +0300

    Skip a test that requires access to www.google.com.
---
 tests/test_getimagesize.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_getimagesize.py b/tests/test_getimagesize.py
index 43f85e3..8b2e1a9 100644
--- a/tests/test_getimagesize.py
+++ b/tests/test_getimagesize.py
@@ -3,6 +3,7 @@ import pytest
 
 PIL = pytest.importorskip('PIL')
 
+ at pytest.mark.skip(reason="Requires network access")
 def test_imagesize():
     assert getimagesize("http://www.google.com/intl/en_ALL/images/logo.gif") == (276, 110)
     assert getimagesize("http://bad.domain/") == ''

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



More information about the Python-modules-commits mailing list