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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30898>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to