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 Nophke
Recipients Nophke
Date 2019-06-07.17:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559926830.72.0.215725323123.issue37199@roundup.psfhosted.org>
In-reply-to
Content
The test suite does not handle an OS that does not have IPv6.
When Linux kernel is started with argument:

ipv6.disable=1

The test suite fails. ( See attached file )

5 tests failed:
    test_asyncio test_imaplib test_importlib test_socket test_zipapp
History
Date User Action Args
2019-06-07 17:00:30Nophkesetrecipients: + Nophke
2019-06-07 17:00:30Nophkesetmessageid: <1559926830.72.0.215725323123.issue37199@roundup.psfhosted.org>
2019-06-07 17:00:30Nophkelinkissue37199 messages
2019-06-07 17:00:30Nophkecreate