[py-svn] r40002 - py/trunk/py/misc/testing
fijal at codespeak.net
fijal at codespeak.net
Tue Mar 6 22:13:34 CET 2007
Author: fijal
Date: Tue Mar 6 22:13:33 2007
New Revision: 40002
Modified:
py/trunk/py/misc/testing/test_initpkg.py
Log:
Re-enable url check test
Modified: py/trunk/py/misc/testing/test_initpkg.py
==============================================================================
--- py/trunk/py/misc/testing/test_initpkg.py (original)
+++ py/trunk/py/misc/testing/test_initpkg.py Tue Mar 6 22:13:33 2007
@@ -253,7 +253,7 @@
# #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)
More information about the py-svn
mailing list