diff options
Diffstat (limited to 'dev-embedded/idf-component-manager')
-rw-r--r-- | dev-embedded/idf-component-manager/idf-component-manager-1.4.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 9cbe5904b..216816205 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 |