[issue34381] Make tests with outbound connection optional

Pablo Galindo Salgado report at bugs.python.org
Tue Aug 14 15:21:14 EDT 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

You can run all the tests except the ones that require external network (like SSL for sockets) using:

./python -m test -uall,network

or you can exclude tests using the -x flag.

----------
nosy: +pablogsal

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34381>
_______________________________________


More information about the Python-bugs-list mailing list