[svn r37865] more descriptive skip msg
--HG-- branch : trunk
This commit is contained in:
parent
4db6f4144a
commit
f5d51fb9e0
|
@ -241,7 +241,7 @@ class TestRealModule:
|
||||||
# #assert False
|
# #assert False
|
||||||
|
|
||||||
def test_url_of_version():
|
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
|
from urllib import URLopener
|
||||||
URLopener().open(py.__package__.download_url)
|
URLopener().open(py.__package__.download_url)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue