[svn r37865] more descriptive skip msg
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user