commit: 644898abdaa75f7994b9c3127ede5fae3be22232
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 19:31:57 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 19:31:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644898ab
dev-python/pytest-toolbox: enable testing with pydantic on py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
index 8de597b0cadf..7689efc22283 100644
--- a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
+++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
test? (
$(python_gen_cond_dep '
dev-python/pydantic[${PYTHON_USEDEP}]
- ' pypy3 python3_{8..10} # TODO: python3_11
+ ' pypy3 python3_{8..11} # TODO: python3_11
)
)
"