dev-python/urllib3: Reenable tests on py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 15:29:44 +0000 (17:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 15:37:24 +0000 (17:37 +0200)
Closes: https://bugs.gentoo.org/725496
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/urllib3/urllib3-1.25.9.ebuild

index 3b908729ee89e457eb174fb1044580e6b0be7e30..a3c2ed92451e36def205aa5180d5ed1ced899c4b 100644 (file)
@@ -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}"
                        ;;