This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients michael-o, pablogsal
Date 2018-08-14.19:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-14 19:21:50pablogsalsetrecipients: + pablogsal, michael-o
2018-08-14 19:21:50pablogsalsetmessageid: <[email protected]>
2018-08-14 19:21:50pablogsallinkissue34381 messages
2018-08-14 19:21:49pablogsalcreate