[svn r37865] more descriptive skip msg

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-03 13:27:48 +01:00
parent 4db6f4144a
commit f5d51fb9e0
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class TestRealModule:
# #assert False
def test_url_of_version():
py.test.skip("FAILING!")
py.test.skip("FAILING! - provide a proper URL or upload pylib tgz")
from urllib import URLopener
URLopener().open(py.__package__.download_url)