commit:     eb01547f1e31756770f3ecbe8dabc1b15bec16a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 15:29:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 27 15:37:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb01547f

dev-python/urllib3: Reenable tests on py39

Closes: https://bugs.gentoo.org/725496
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/urllib3/urllib3-1.25.9.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/urllib3/urllib3-1.25.9.ebuild 
b/dev-python/urllib3/urllib3-1.25.9.ebuild
index 3b908729ee8..a3c2ed92451 100644
--- a/dev-python/urllib3/urllib3-1.25.9.ebuild
+++ b/dev-python/urllib3/urllib3-1.25.9.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
                        dev-python/pytest[\${PYTHON_USEDEP}]
                        >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
                        >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
-               " python3_{6,7,8})
+               " python3_{6,7,8,9})
        )
 "
 
@@ -69,9 +69,6 @@ python_test() {
                        ewarn "of circular dependencies for Python 2 removal.  
Please test"
                        ewarn "manually in a virtualenv."
                        ;;
-               python3.9)
-                       einfo "Tests not yet ported to py3.9"
-                       ;;
                python3*)
                        pytest -vv || die "Tests fail with ${EPYTHON}"
                        ;;

Reply via email to