[issue30898] SSL cert failure running make test during Python 3.6 install

2021-04-20 Thread Christian Heimes


Christian Heimes  added the comment:

I'm closing the ticket as out of date. Please feel free to reopen the ticket if 
you can reproduce the problem with a more recent version of Python.

--
nosy: +christian.heimes
stage:  -> resolved
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30898] SSL cert failure running make test during Python 3.6 install

2021-04-16 Thread Irit Katriel


Irit Katriel  added the comment:

Python 3.6 is no longer maintained. Are you seeing this on a more recent 
version?

--
nosy: +iritkatriel
resolution:  -> out of date
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30898] SSL cert failure running make test during Python 3.6 install

2017-07-11 Thread Ben Johnston

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com