commit: bfbacecf39b4cc1646f216497e63b6317a48ddbe Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Jan 11 11:57:00 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Jan 11 11:57:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfbacecf
dev-embedded/idf-component-manager: enable py3.12 Closes: https://bugs.gentoo.org/921744 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> .../idf-component-manager/idf-component-manager-1.4.1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild index 9cbe5904b7..2168162050 100644 --- a/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild +++ b/dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11,12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 @@ -19,6 +19,7 @@ KEYWORDS="~amd64" BDEPEND=" test? ( dev-python/requests-mock[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/vcrpy[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] @@ -39,4 +40,9 @@ RDEPEND=" <dev-python/urllib3-2.0.0[${PYTHON_USEDEP}] " +# Requires additional files not available in the tarball +EPYTEST_DESELECT=( + tests/test_component_manager.py::test_pack_component_with_examples_errors +) + distutils_enable_tests pytest
