commit: 540f5749900c868d614f9644d5843e599e25d7a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 23:36:17 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 23:38:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540f5749
dev-python/httplib2: Un-skip pypy3 failure after backporting a patch
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httplib2/httplib2-0.19.0.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/httplib2/httplib2-0.19.0.ebuild
b/dev-python/httplib2/httplib2-0.19.0.ebuild
index 7af8e1dee72..38f41cc3a92 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 ||