[Python-Dev] Failing tests (on a Linux distro) (original) (raw)

Matěj Cepl mcepl at cepl.eu
Wed Jul 4 09:46:31 EDT 2018


On Wed, 2018-07-04 at 22:05 +1000, Nick Coghlan wrote:

Running the following locally fails for me:

 $ SOURCEDATEEPOCH=date ./python -m test testpycompile testcompileall

Just if this is taken literally, it is wrong. According to https: //reproducible-builds.org/specs/source-date-epoch/ it should be

$ SOURCE_DATE_EPOCH=date +%s ./python -m test test_py_compile
test_compileall

Matěj

-- https://matej.ceplovi.cz/blog/, Jabber: mcepl at ceplovi.cz GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8

And religious texts are a bit like software standards, the interpretation is always the tricky and complicated bit. -- Alan Cox -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://mail.python.org/pipermail/python-dev/attachments/20180704/69b7ca5e/attachment.sig>



More information about the Python-Dev mailing list