dev-embedded/idf-component-manager: ignore two failing tests

One tests was using networking and the other failed due to reusing content
from ~/.cache directory.

Closes: https://bugs.gentoo.org/942533
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-06-05 11:26:36 +02:00
parent 892ad95078
commit 7bcc67eed2

View File

@@ -58,6 +58,8 @@ EPYTEST_DESELECT=(
tests/cli/test_manifest_command.py::test_add_git_dependency_invalid
tests/cli/test_manifest_command.py::test_manifest_keeps_comments
tests/cli/test_module.py::test_raise_exception_on_warnings
tests/cli/test_registry_command.py::test_logout_from_registry_revoked_token
tests/sources/test_git.py::test_versions_component_hash
)
# network access