Message320943
FAIL: test_invalidation_mode (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/abuild/rpmbuild/BUILD/Python-3.7.0/Lib/test/test_py_compile.py", line 153, in test_invalidation_mode
self.assertEqual(flags, 0b1)
AssertionError: 3 != 1
This failure looks suspicious. I looked at the code, and the tested function behaves differently depending of the SOURCE_DATE_EPOCH environment variable is set.
Aha! I found something:
$ SOURCE_DATE_EPOCH=1530605018 ./python -m test -j0
...
6 tests failed:
test_cmd_line_script test_compileall test_importlib
test_multiprocessing_main_handling test_py_compile test_runpy
... |
|
| Date |
User |
Action |
Args |
| 2018-07-03 08:10:24 | vstinner | set | recipients:
+ vstinner, doko, mcepl, serhiy.storchaka |
| 2018-07-03 08:10:24 | vstinner | set | messageid: <[email protected]> |
| 2018-07-03 08:10:24 | vstinner | link | issue34022 messages |
| 2018-07-03 08:10:24 | vstinner | create | |
|