summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-12 15:13:08 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-12 15:14:51 +0200
commitfe2224d276bacc3181c94ed4161555ba8564916d (patch)
tree2d5f7388c1e5a621d10a048fd4326317001951cf /dev-python/setuptools
parentdev-python/pip-run: Enable py3.11 (diff)
downloadgentoo-fe2224d276bacc3181c94ed4161555ba8564916d.tar.gz
gentoo-fe2224d276bacc3181c94ed4161555ba8564916d.tar.bz2
gentoo-fe2224d276bacc3181c94ed4161555ba8564916d.zip
dev-python/setuptools: Reenable tests on py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-62.2.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/setuptools/setuptools-62.2.0.ebuild b/dev-python/setuptools/setuptools-62.2.0.ebuild
index aa14bee46fca..ac29575cbc27 100644
--- a/dev-python/setuptools/setuptools-62.2.0.ebuild
+++ b/dev-python/setuptools/setuptools-62.2.0.ebuild
@@ -54,7 +54,6 @@ BDEPEND="
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
dev-python/pip-run[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
@@ -63,7 +62,7 @@ BDEPEND="
>=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-20[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
- ' python3_{8..10} pypy3)
+ ' python3_{8..11} pypy3)
)
"
PDEPEND="
@@ -99,7 +98,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
- has "${EPYTHON}" python3.{8..10} pypy3 || return
+ has "${EPYTHON}" python3.{8..11} pypy3 || return
local EPYTEST_DESELECT=(
# network