[Python-Dev] SSL tests are failing...
Facundo Batista
facundobatista at gmail.com
Tue Nov 27 17:41:14 CET 2007
...in my machine with no Internet connection.
I saw what's happening: there's a test in BasicTests that tries to
access "svn.python.org".
It's strange, because this test is an exact copy of the one in
NetworkTest (but the latter is included only if the "network" resource
is enabled).
Seeing more in deep, I saw that Bill replaced in r58164, in this
BasicTest, a lot of previous code (I think that from r57464) that
actually tested it *locally*.
Do you know if there's a good reason to this?
I'm sure that making a network test if the resource is not available
is not a good thing, and as the test is just repeated, it can be
removed, but maybe this is part of a bigger mistake... that's why I'm
asking.
Thanks!!
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
More information about the Python-Dev
mailing list