[issue34022] 6 tests fail using SOURCE_DATE_EPOCH env var

STINNER Victor report at bugs.python.org
Wed Nov 28 12:26:41 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

test_compileall, test_importlib, test_py_compile: I created https://github.com/python/cpython/pull/10775 backport.

test_cmd_line_script, test_runpy and test_multiprocessing_main_handling failures are related to zipimport. They have been fixed in master by commit a6e956bcb0edbfe7f18af9be2215a5326ea6bf05 which modifies Lib/zipimport.py... but in 3.7, zipimport is written in C. It seems non-trivial to fix zipimport, and I'm not sure that it's worth it.

Note: test_posix now pass, no idea why it failed a few days ago.

----------

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


More information about the Python-bugs-list mailing list