◐ Shell
clean mode source ↗

bpo-41282: Consistent message and filter warning in setup.py (GH-25571) by tiran · Pull Request #25571 · python/cpython

Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_ssl.py", line -1, in test_pha_required_nocert
AssertionError: "tlsv13 alert certificate required" does not match "EOF occurred in violation of protocol (_ssl.c:2286)"


Traceback (most recent call last):
   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_ssl.py", line 2427, in run
    msg = self.read()
   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_ssl.py", line 2404, in read
    return self.sslconn.read()
   File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/ssl.py", line 1131, in read
    return self._sslobj.read(len)
 ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2438)