]> granicus.if.org Git - python/commit
Remove the regrtest check that turns any ImportError into a skipped test.
authorR. David Murray <rdmurray@bitdance.com>
Tue, 31 Mar 2009 19:49:15 +0000 (19:49 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 31 Mar 2009 19:49:15 +0000 (19:49 +0000)
commit612f1d5f48d609b4a1b0afd4d64499ff4e5f629d
treeb6820f42f98854c877c28c14d3213e863c703097
parentbdeacba51bfebf18164fa82cfefd59dcd5ba2498
Remove the regrtest check that turns any ImportError into a skipped test.
Hopefully all modules whose imports legitimately result in a skipped
test have been properly wrapped by the previous commits.
Lib/test/regrtest.py