diff options
author | Michał Wojdyła | 2023-01-14 00:40:44 +0100 |
---|---|---|
committer | Michał Wojdyła | 2023-01-14 00:40:44 +0100 |
commit | 3b9011b5b6195bde2c2bdaf61a7ed046a570a62e (patch) | |
tree | 163b4548e37c3d964a2487fefb53dfa766e05db1 /PKGBUILD | |
parent | 4daf9a168386c65a58a7cbf1b51ea955fad22414 (diff) | |
download | aur-3b9011b5b6195bde2c2bdaf61a7ed046a570a62e.tar.gz |
fix for test_time
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |