From 9cbb8eba65cd8e29acc534cf473cac1231c0791f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 22 Mar 2020 08:04:59 +0100 Subject: [PATCH] dev-python/urllib3: Enable testing on py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 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 -- 2.26.2