summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-01-14 00:40:44 +0100
committerMichał Wojdyła2023-01-14 00:40:44 +0100
commit3b9011b5b6195bde2c2bdaf61a7ed046a570a62e (patch)
tree163b4548e37c3d964a2487fefb53dfa766e05db1
parent4daf9a168386c65a58a7cbf1b51ea955fad22414 (diff)
downloadaur-3b9011b5b6195bde2c2bdaf61a7ed046a570a62e.tar.gz
fix for test_time
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e2c8bb8df15..ffec910b73f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -104,6 +104,7 @@ check() {
# test_ftplib test_imaplib test_urllib2_localnet: krb5 errors
# test_codecmaps_jp: TODO
export TERM=xterm
+ local -x TZ=UTC
cd Python-${pkgver}
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes test_ssl test_ftplib test_imaplib test_urllib2_localnet test_codecmaps_jp