commit:     7bcc67eed21b7062803b8abb01cdb71b6d4690e9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jun  5 09:26:36 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Jun  5 09:29:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bcc67ee

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 <AT> gmail.com>

 dev-embedded/idf-component-manager/idf-component-manager-2.1.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/dev-embedded/idf-component-manager/idf-component-manager-2.1.2.ebuild 
b/dev-embedded/idf-component-manager/idf-component-manager-2.1.2.ebuild
index b668811a94..ec8ff9792d 100644
--- a/dev-embedded/idf-component-manager/idf-component-manager-2.1.2.ebuild
+++ b/dev-embedded/idf-component-manager/idf-component-manager-2.1.2.ebuild
@@ -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

Reply via email to