[New-bugs-announce] [issue30898] SSL cert failure running make test during Python 3.6 install

Ben Johnston report at bugs.python.org
Tue Jul 11 02:02:02 EDT 2017


New submission from Ben Johnston:

Installing Python 3.6.1 from Python-3.6.1.tar.xz on Ubuntu 16.04.2 LTS, the following tests are failing:

ERROR: test_logincapa_with_client_certfile (test.test_imaplib.RemoteIMAP_SSLTest)

ERROR: test_logincapa_with_client_ssl_context (test.test_imaplib.RemoteIMAP_SSLTest)

./configure
make
make test

I also tried running ./configure --enable-optimizations, however the tests still failed with identical results.  I have uploaded the stdout of the test process, verbose mode during testing also didnt work and reported this error

ModuleNotFoundError: No module named 'test.test_that_failed'

1 test failed again:
    test_that_failed

Total duration: 131 ms
Tests result: FAILURE
make: *** [test] Error 1
Makefile:1018: recipe for target 'test' failed

----------
components: Tests
files: test_log.log
messages: 298125
nosy: Ben Johnston
priority: normal
severity: normal
status: open
title: SSL cert failure running make test during Python 3.6 install
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file47005/test_log.log

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30898>
_______________________________________


More information about the New-bugs-announce mailing list