New review comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/35376#discussion_r830841445 Comment: This only fails one test ``` FAILED tests/test_https.py::test_client_cert_password_verified - ValueError: ... =================================== FAILURES =================================== ______________________ test_client_cert_password_verified ______________________ tests/test_https.py:151: in test_client_cert_password_verified expect_serial = tests.x509_serial(tests.CLIENT_ENCRYPTED_PEM) if tests.x509 else 16332984194609126128 cert_log = [{'issuer': ((('countryName', 'ZZ'),), (('stateOrProvinceName', '.'),), (('localityName', '.'),), (('organizationName'...tAfter': 'Oct 1 23:57:26 2031 GMT', 'notBefore': 'Oct 3 23:57:26 2021 GMT', 'serialNumber': 'E2AA6A96D1BF1AF0', ...}] handler = .handler at 0x7f03cdb52440> http = setup_tls = .setup_tls at 0x7f03cdb51d80> uri = 'https://localhost:37437/' uri_parsed = ParseResult(scheme='https', netloc='localhost:37437', path='/', params='', query='', fragment='') tests/__init__.py:786: in x509_serial cert = x509.load_pem_x509_certificate(pem) f = <_io.BufferedReader name='/builddir/python3-httplib2-0.20.4/httplib2-0.20.4/tests/tls/client_encrypted.pem'> path = '/builddir/python3-httplib2-0.20.4/httplib2-0.20.4/tests/tls/client_encrypted.pem' pem = b'serial=E2AA6A96D1BF1AF0\nSHA1 Fingerprint=FB:42:16:53:02:8D:EA:F9:66:DB:BD:88:37:E1:93:7E:97:21:29:23\n-----BEGIN CE...LOQ4D+jK8/fcV9bhBuH\nLzBJ4gtPwUnvYqsaiIAeGi2EVllW0Ka+aTTzM1Yascl2q9WROvutAT0zz0M6smpO\n-----END RSA PRIVATE KEY-----\n' /usr/lib/python3.10/site-packages/cryptography/x509/base.py:531: in load_pem_x509_certificate return rust_x509.load_pem_x509_certificate(data) E ValueError: Unable to load PEM file. See https://cryptography.io/en/latest/faq.html#why-can-t-i-import-my-pem-file for more details. InvalidData(InvalidByte(4, 45)) backend = None data = b'serial=E2AA6A96D1BF1AF0\nSHA1 Fingerprint=FB:42:16:53:02:8D:EA:F9:66:DB:BD:88:37:E1:93:7E:97:21:29:23\n-----BEGIN CE...LOQ4D+jK8/fcV9bhBuH\nLzBJ4gtPwUnvYqsaiIAeGi2EVllW0Ka+aTTzM1Yascl2q9WROvutAT0zz0M6smpO\n-----END RSA PRIVATE KEY-----\n' ``` could you help me with this?