Message330508
| Author |
vstinner |
| Recipients |
Elvis.Pranskevichus, benjamin.peterson, doko, eschwartz, mcepl, serhiy.storchaka, thehesiod, vstinner, yan12125 |
| Date |
2018年11月27日.11:39:05 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1543318745.56.0.788709270274.issue34022@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> As https://github.com/python/cpython/pull/10327 has been merged, I think this issue can be closed?
The Versions field of this issue is set to Python 3.7, but 7 tests are failing with:
$ SOURCE_DATE_EPOCH=0 ./python -m test -j0 -r -u all,-gui
(...)
7 tests failed:
test_cmd_line_script test_compileall test_importlib
test_multiprocessing_main_handling test_posix test_py_compile
test_runpy
Note: the full test suite pass with SOURCE_DATE_EPOCH=0 on master. |
|