From: Michał Górny Date: Sun, 22 Mar 2020 07:04:59 +0000 (+0100) Subject: dev-python/urllib3: Enable testing on py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9cbb8eba65cd8e29acc534cf473cac1231c0791f;p=gentoo.git dev-python/urllib3: Enable testing on py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/urllib3/urllib3-1.25.8.ebuild b/dev-python/urllib3/urllib3-1.25.8.ebuild index 4770e497d12f..ef0f1ab8a4a3 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