diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-22 08:04:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-22 08:26:15 +0100 |
commit | 9cbb8eba65cd8e29acc534cf473cac1231c0791f (patch) | |
tree | abfe8f42046a28547ee22f420f0e401c01085e60 | |
parent | dev-ruby/rails: add 5.2.4.2 (diff) | |
download | gentoo-9cbb8eba65cd8e29acc534cf473cac1231c0791f.tar.gz gentoo-9cbb8eba65cd8e29acc534cf473cac1231c0791f.tar.bz2 gentoo-9cbb8eba65cd8e29acc534cf473cac1231c0791f.zip |
dev-python/urllib3: Enable testing on py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/urllib3/urllib3-1.25.8.ebuild | 4 |
1 files 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 |