[svn r40002] Re-enable url check test

--HG--
branch : trunk
This commit is contained in:
fijal 2007-03-06 22:13:33 +01:00
parent ce974d41e1
commit 1b639695b4
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class TestRealModule:
# #assert False
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
URLopener().open(py.__package__.download_url)