index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-15 09:07:15 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-15 09:07:15 +0200 |
commit | 985d9a98ab146c9a436f5e40584202de63c10ebc (patch) | |
tree | 6eb2e42b20e496faea84f8be8bc5367b7c95b2a5 | |
parent | 199ce64bee18e962319bde7b7f33fbd6675365ae (diff) |
-rw-r--r-- | extra/python2/PKGBUILD | 2 |
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/ ' )" |