[issue34022] Python 3.7: 6 tests failed on OpenSUSE and Debian

Matej Cepl report at bugs.python.org
Mon Jul 2 18:46:41 EDT 2018


Matej Cepl <mcepl at cepl.eu> added the comment:

It's somehow complicated, in the build chroot I can make tests run only with LD_LIBRARY_PATH set to $(readlink -f Python-3.7.0) and PYTHONPATH to Lib directory. However, then the set of failed tests changes. For example test_runpy runs without problems, but other fails:

5 tests failed:
    test_asyncio test_concurrent_futures test_gdb test_logging
    test_multiprocessing_main_handling

(complete log is attached)

----------
Added file: https://bugs.python.org/file47665/osc-build-log.txt

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


More information about the Python-bugs-list mailing list