From 644898abdaa75f7994b9c3127ede5fae3be22232 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 25 Aug 2022 22:31:57 +0300 Subject: [PATCH] dev-python/pytest-toolbox: enable testing with pydantic on py3.11 Signed-off-by: Arthur Zamarin --- 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 8de597b0cadf5..7689efc222830 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 ) ) "