Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/
Date: Tue, 09 Feb 2021 23:38:48
Message-Id: 1612913922.540f5749900c868d614f9644d5843e599e25d7a7.mgorny@gentoo
1 commit: 540f5749900c868d614f9644d5843e599e25d7a7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 23:36:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 23:38:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540f5749
7
8 dev-python/httplib2: Un-skip pypy3 failure after backporting a patch
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httplib2/httplib2-0.19.0.ebuild | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/dev-python/httplib2/httplib2-0.19.0.ebuild b/dev-python/httplib2/httplib2-0.19.0.ebuild
16 index 7af8e1dee72..38f41cc3a92 100644
17 --- a/dev-python/httplib2/httplib2-0.19.0.ebuild
18 +++ b/dev-python/httplib2/httplib2-0.19.0.ebuild
19 @@ -43,12 +43,6 @@ python_test() {
20 tests/test_proxy.py::test_socks5_auth
21 )
22
23 - [[ ${EPYTHON} == pypy3 ]] && deselect+=(
24 - # known pypy3.7 bug
25 - # https://foss.heptapod.net/pypy/pypy/-/issues/3396
26 - tests/test_https.py::test_sni_set_servername_callback
27 - )
28 -
29 # tests in python* are replaced by tests/
30 # upstream fails at cleaning up stuff
31 pytest -vv ${deselect[@]/#/--deselect } tests ||