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 vstinner
Recipients christian.heimes, vstinner
Date 2019-12-02.13:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575294143.96.0.604795307047.issue38815@roundup.psfhosted.org>
In-reply-to
Content
I marked bpo-38954 as duplicate of this issue. Copy of its message:
---
 This issue is probably duplicate of some other, but I decided to make one new one due to the fact that this affect all Fedora build bots.


test test_ssl failed
test_timeout_connect_ex (test.test_ssl.NetworkedTests) ... ok
======================================================================
FAIL: test_min_max_version (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 1207, in test_min_max_version
    self.assertEqual(
AssertionError: <TLSVersion.TLSv1_3: 772> != <TLSVersion.MAXIMUM_SUPPORTED: -1>
----------------------------------------------------------------------
Ran 161 tests in 2.681s
FAILED (failures=1, skipped=11)
1 test failed again:
    test_ssl

Example failure:

https://buildbot.python.org/all/#/builders/222
---
History
Date User Action Args
2019-12-02 13:42:23vstinnersetrecipients: + vstinner, christian.heimes
2019-12-02 13:42:23vstinnersetmessageid: <1575294143.96.0.604795307047.issue38815@roundup.psfhosted.org>
2019-12-02 13:42:23vstinnerlinkissue38815 messages
2019-12-02 13:42:23vstinnercreate