diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-01 22:55:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-01 22:56:13 +0200 |
commit | fb74741fa9bf34a8cc4bd7b3641b695f3b8b80d5 (patch) | |
tree | 87411c1b85d5b777340a7baf291ca09e2af23227 /dev-python/urllib3 | |
parent | dev-python/trustme: Enable py3.10 (diff) | |
download | gentoo-fb74741fa9bf34a8cc4bd7b3641b695f3b8b80d5.tar.gz gentoo-fb74741fa9bf34a8cc4bd7b3641b695f3b8b80d5.tar.bz2 gentoo-fb74741fa9bf34a8cc4bd7b3641b695f3b8b80d5.zip |
dev-python/urllib3: Enable testing on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.5.ebuild b/dev-python/urllib3/urllib3-1.26.5.ebuild index 921dcd09ce48..43e5b4ba02ba 100644 --- a/dev-python/urllib3/urllib3-1.26.5.ebuild +++ b/dev-python/urllib3/urllib3-1.26.5.ebuild @@ -36,7 +36,7 @@ BDEPEND=" dev-python/pytest-freezegun[\${PYTHON_USEDEP}] >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}] >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}] - " python3_{6,7,8,9}) + " python3_{6..10}) ) " @@ -53,9 +53,8 @@ python_prepare_all() { python_test() { local -x CI=1 # FIXME: get tornado ported - [[ ${EPYTHON} == python3* ]] || continue - # tests skipped for now - [[ ${EPYTHON} == python3.10 ]] && continue + # please keep in sync with BDEPEND! + has "${EPYTHON}" python3.{6..10} || continue local deselect=( # TODO? |