gh-82082: Make our test suite pass on an IPv6-only Linux host by gpshead · Pull Request #26225 · python/cpython

added 19 commits

May 16, 2021 22:39
Tests that are agnostic about the IP protocol used will use whichever
the socket_helper module deems appropriate for the host.
there's a _lot_ more cleanup that could be done in here.
the capability skip decorators are applied in an inconsistent
manner.  some on the base class, others way down on the leaf
Test classes.  yuck.
Also makes the test_multiprocessing suites work on IPv6-only hosts.

vstinner

vstinner

@gpshead

@gpshead

@arhadthedev arhadthedev changed the title bpo-37901: Make our test suite pass on an IPv6-only Linux host gh-82082: Make our test suite pass on an IPv6-only Linux host

Apr 29, 2023