summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-11 20:44:51 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-11 21:23:28 +0200
commite1d868eca213733023e5856ce183eb7331f8645b (patch)
tree3292decd952d511f518c3c95d73efb4c7858293e /dev-python/attrs
parentdev-python/cloudpickle: Enable py3.13 (diff)
downloadgentoo-e1d868eca213733023e5856ce183eb7331f8645b.tar.gz
gentoo-e1d868eca213733023e5856ce183eb7331f8645b.tar.bz2
gentoo-e1d868eca213733023e5856ce183eb7331f8645b.zip
dev-python/attrs: Extend py3.13 testing to all deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/attrs')
-rw-r--r--dev-python/attrs/attrs-23.2.0.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/attrs/attrs-23.2.0.ebuild b/dev-python/attrs/attrs-23.2.0.ebuild
index 6e858669ffbc..96b89f367504 100644
--- a/dev-python/attrs/attrs-23.2.0.ebuild
+++ b/dev-python/attrs/attrs-23.2.0.ebuild
@@ -24,13 +24,9 @@ BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
test? (
$(python_gen_impl_dep sqlite)
- $(python_gen_cond_dep '
- dev-python/cloudpickle[${PYTHON_USEDEP}]
- ' python3_{10..12})
+ dev-python/cloudpickle[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/zope-interface[${PYTHON_USEDEP}]
- ' python3_{10..12} pypy3)
+ dev-python/zope-interface[${PYTHON_USEDEP}]
)
"