From 1b639695b473c2b762ab159d878510268ecd5ae1 Mon Sep 17 00:00:00 2001 From: fijal Date: Tue, 6 Mar 2007 22:13:33 +0100 Subject: [PATCH] [svn r40002] Re-enable url check test --HG-- branch : trunk --- py/misc/testing/test_initpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/misc/testing/test_initpkg.py b/py/misc/testing/test_initpkg.py index 33f1d4d08..263071803 100644 --- a/py/misc/testing/test_initpkg.py +++ b/py/misc/testing/test_initpkg.py @@ -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)