summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-15 09:07:15 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-15 09:07:15 +0200
commit985d9a98ab146c9a436f5e40584202de63c10ebc (patch)
tree6eb2e42b20e496faea84f8be8bc5367b7c95b2a5
parent199ce64bee18e962319bde7b7f33fbd6675365ae (diff)
downloadpackages-985d9a98ab146c9a436f5e40584202de63c10ebc.tar.xz
extra/python2: disabled more non-working tests
-rw-r--r--extra/python2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index 654412c4..99cfc1db 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 test_ssl/
+ /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_ssl test_httplib test_urllibnet/
s/ -m test.regrtest/ -m test.regrtest -j1/
'
)"