commit: 9cbb8eba65cd8e29acc534cf473cac1231c0791f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 07:04:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 07:26:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbb8eba
dev-python/urllib3: Enable testing on py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/urllib3/urllib3-1.25.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/urllib3/urllib3-1.25.8.ebuild
b/dev-python/urllib3/urllib3-1.25.8.ebuild
index 4770e497d12..ef0f1ab8a4a 100644
--- a/dev-python/urllib3/urllib3-1.25.8.ebuild
+++ b/dev-python/urllib3/urllib3-1.25.8.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
>=dev-python/trustme-0.5.3[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
- ' python{2_7,3_{5,6,7}})
+ ' 'python*')
)
"
@@ -78,7 +78,7 @@ python_test() {
local -x CI=1
# FIXME: get tornado ported
case ${EPYTHON} in
- python2*|python3.[567])
+ python*)
pytest -vv || die "Tests fail with ${EPYTHON}"
;;
esac