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 mcepl
Recipients doko, mcepl, serhiy.storchaka, vstinner
Date 2018-07-02.22:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530571601.52.0.56676864532.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2018-07-02 22:47:00mceplsetrecipients: + mcepl, doko, vstinner, serhiy.storchaka
2018-07-02 22:46:41mceplsetmessageid: <1530571601.52.0.56676864532.issue34022@psf.upfronthosting.co.za>
2018-07-02 22:46:41mcepllinkissue34022 messages
2018-07-02 22:46:41mceplcreate