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/urllib3/
Date: Wed, 27 May 2020 15:37:35
Message-Id: 1590593844.eb01547f1e31756770f3ecbe8dabc1b15bec16a2.mgorny@gentoo
1 commit: eb01547f1e31756770f3ecbe8dabc1b15bec16a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 15:29:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 15:37:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb01547f
7
8 dev-python/urllib3: Reenable tests on py39
9
10 Closes: https://bugs.gentoo.org/725496
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/urllib3/urllib3-1.25.9.ebuild | 5 +----
14 1 file changed, 1 insertion(+), 4 deletions(-)
15
16 diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild b/dev-python/urllib3/urllib3-1.25.9.ebuild
17 index 3b908729ee8..a3c2ed92451 100644
18 --- a/dev-python/urllib3/urllib3-1.25.9.ebuild
19 +++ b/dev-python/urllib3/urllib3-1.25.9.ebuild
20 @@ -39,7 +39,7 @@ BDEPEND="
21 dev-python/pytest[\${PYTHON_USEDEP}]
22 >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
23 >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
24 - " python3_{6,7,8})
25 + " python3_{6,7,8,9})
26 )
27 "
28
29 @@ -69,9 +69,6 @@ python_test() {
30 ewarn "of circular dependencies for Python 2 removal. Please test"
31 ewarn "manually in a virtualenv."
32 ;;
33 - python3.9)
34 - einfo "Tests not yet ported to py3.9"
35 - ;;
36 python3*)
37 pytest -vv || die "Tests fail with ${EPYTHON}"
38 ;;