dev-python/pytest-toolbox: enable testing with pydantic on py3.11

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-08-25 22:31:57 +03:00
parent dbdaf098c0
commit 644898abda

View File

@@ -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
)
)
"