index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 20:12:42 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 20:12:42 +0100 |
commit | b79b42e58b90a54eb5644ae10d04b5bfde26fb75 (patch) | |
tree | efc264b13e87d1fccab33b445d86c9ed7147bc61 /build-support/disabled/python-urllib3 | |
parent | fc72f1b90bda328df3f4531ca2814a1205f92396 (diff) |
-rw-r--r-- | build-support/disabled/python-urllib3/PKGBUILD | 28 |
diff --git a/build-support/disabled/python-urllib3/PKGBUILD b/build-support/disabled/python-urllib3/PKGBUILD deleted file mode 100644 index ab31fc8d..00000000 --- a/build-support/disabled/python-urllib3/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# for now ignore failing TLS tests (not really comforting from a security -# point of view, but it blocks stuff) -# FAILED test/contrib/test_pyopenssl.py::TestSSL::test_ssl_read_timeout - urlli... -# FAILED test/contrib/test_pyopenssl.py::TestSSL::test_ssl_failed_fingerprint_verification -# FAILED test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_read_timeout - -eval "$( - declare -f check | \ - sed ' - s/python setup.py pytest/python setup.py pytest || true/ - ' -)" - -# breaking the cycle with python-spinx -makedepends=(${makedepends[@]/python-sphinx-furo}) -makedepends=(${makedepends[@]/python-sphinx}) -eval "$( - declare -f build | \ - sed ' - /make html/d - ' -)" -eval "$( - declare -f package_python-urllib3-doc | \ - sed ' - /cp.*_build\/html/d - ' -)" |