Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python2
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-31 19:25:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-31 19:25:42 +0100
commitc980d934f2ffb085002debe9e4c863b5e5f48934 (patch)
tree92ea59fa843561b6281be65abb8734f2e10430d5 /extra/python2
parentd0a0b0a7564da67005570735027ab94b4283188e (diff)
extra/python2: disabled test "test_ssl"
Diffstat (limited to 'extra/python2')
-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/
'
)"