mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-embedded/idf-component-manager: enable py3.12
Closes: https://bugs.gentoo.org/921744 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user