summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/httplib2/httplib2-0.19.0.ebuild')
-rw-r--r--dev-python/httplib2/httplib2-0.19.0.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/httplib2/httplib2-0.19.0.ebuild b/dev-python/httplib2/httplib2-0.19.0.ebuild
index 7af8e1dee72d..38f41cc3a92a 100644
--- a/dev-python/httplib2/httplib2-0.19.0.ebuild
+++ b/dev-python/httplib2/httplib2-0.19.0.ebuild
@@ -43,12 +43,6 @@ python_test() {
tests/test_proxy.py::test_socks5_auth
)
- [[ ${EPYTHON} == pypy3 ]] && deselect+=(
- # known pypy3.7 bug
- # https://foss.heptapod.net/pypy/pypy/-/issues/3396
- tests/test_https.py::test_sni_set_servername_callback
- )
-
# tests in python* are replaced by tests/
# upstream fails at cleaning up stuff
pytest -vv ${deselect[@]/#/--deselect } tests ||