[issue12804] "make test" fails on systems without internet access

Éric Araujo report at bugs.python.org
Tue Oct 4 18:17:08 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

> Actually, the skip system is already supposed to work for that if used
> properly (see test.support.transient_internet()). However, perhaps it
> actually doesn't work in all situations.

It’s better than that: nearly all tests requiring network access use skips, it’s only a few modules like test_urllib*net that fails instead of skipping (certainly because it relied on the urlfetch resource being disabled by default).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12804>
_______________________________________


More information about the Python-bugs-list mailing list