[New-bugs-announce] [issue38954] test_ssl fails in all Fedora buildbots

Pablo Galindo Salgado report at bugs.python.org
Mon Dec 2 08:38:37 EST 2019


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

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

----------
components: Tests
messages: 357708
nosy: pablogsal, vstinner
priority: normal
severity: normal
status: open
title: test_ssl  fails in all Fedora buildbots
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38954>
_______________________________________


More information about the New-bugs-announce mailing list