[svn r40002] Re-enable url check test
--HG-- branch : trunk
This commit is contained in:
parent
ce974d41e1
commit
1b639695b4
|
@ -253,7 +253,7 @@ class TestRealModule:
|
||||||
# #assert False
|
# #assert False
|
||||||
|
|
||||||
def test_url_of_version():
|
def test_url_of_version():
|
||||||
py.test.skip("FAILING! - provide a proper URL or upload pylib tgz")
|
#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