commit: e1d868eca213733023e5856ce183eb7331f8645b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 18:44:51 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 19:23:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d868ec
dev-python/attrs: Extend py3.13 testing to all deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/attrs/attrs-23.2.0.ebuild | 8 ++------
1 file 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}]
)
"