Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python2/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:08:05 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:08:05 +0100
commit149f379709d64b238fa46b48a3ef88816f1bc8a1 (patch)
treee242c726fc402d0ba90f4930fcbeaa3169bda49f /extra/python2/PKGBUILD
parent1897f7c02af5ed11fa4c47c1a8de9f214dbdbd8c (diff)
parentc980d934f2ffb085002debe9e4c863b5e5f48934 (diff)
Merge branch 'master' into i486
Diffstat (limited to 'extra/python2/PKGBUILD')
-rw-r--r--extra/python2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index 5b876d5a..c012a42d 100644
--- a/extra/python2/PKGBUILD
+++ b/extra/python2/PKGBUILD
@@ -14,7 +14,7 @@ eval "$(
'
declare -f check | \
sed '
- /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple/
+ /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_ssl/
s/ -m test.regrtest/ -m test.regrtest -j1/
'
)"