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 Ben Johnston
Recipients Ben Johnston
Date 2017-07-11.06:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499752922.62.0.288067889565.issue30898@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-07-11 06:02:02Ben Johnstonsetrecipients: + Ben Johnston
2017-07-11 06:02:02Ben Johnstonsetmessageid: <1499752922.62.0.288067889565.issue30898@psf.upfronthosting.co.za>
2017-07-11 06:02:02Ben Johnstonlinkissue30898 messages
2017-07-11 06:02:01Ben Johnstoncreate