From e2f294c9e269fefd7778cd26e1a5472c13ded70c Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 6 Jun 2024 11:36:26 +0200 Subject: [PATCH] Keep SOURCE_DATE_EPOCH set --- python3.13.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python3.13.spec b/python3.13.spec index b86186f..d056efa 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -1267,9 +1267,6 @@ CheckPython() { # see: https://github.com/python/cpython/issues/104280#issuecomment-1669249980 # test_gdb is skipped due to https://bugzilla.redhat.com/2275274#c11 # test_signal is skipped due to https://github.com/python/cpython/issues/118989 - # test.regrtest fails if SOURCE_DATE_EPOCH is set - # https://github.com/python/cpython/issues/110932 - unset SOURCE_DATE_EPOCH LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest %{_smp_mflags} --timeout=2700 \ -i test_freeze_simple_script \