dev-python/pydantic-settings: enable pypy3_11 and disable pypy3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-03-25 13:57:45 +05:00
parent fd2d6802d3
commit 5f8d40ed85

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{11..13} pypy3 )
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1 pypi
@@ -37,5 +37,8 @@ EPYTEST_IGNORE=(
# Dependencies not packaged: pytest-examples
tests/test_docs.py
)
EPYTEST_DESELECT=(
tests/test_source_cli.py::test_cli_metavar_format_type_alias_312
)
distutils_enable_tests pytest