From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D77915807A for ; Thu, 05 Jun 2025 09:29:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 522EB3430F5 for ; Thu, 05 Jun 2025 09:29:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2BB761102BE; Thu, 05 Jun 2025 09:29:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 187721102BE for ; Thu, 05 Jun 2025 09:29:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7A433430DE for ; Thu, 05 Jun 2025 09:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1088620FB for ; Thu, 05 Jun 2025 09:29:40 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1749115767.7bcc67eed21b7062803b8abb01cdb71b6d4690e9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/idf-component-manager/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/idf-component-manager/idf-component-manager-2.1.2.ebuild X-VCS-Directories: dev-embedded/idf-component-manager/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7bcc67eed21b7062803b8abb01cdb71b6d4690e9 X-VCS-Branch: dev Date: Thu, 05 Jun 2025 09:29:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fa75953-e078-4681-981c-ad5bc9e8768e X-Archives-Hash: 23caacc7c7825b32502e910563872ae4 commit: 7bcc67eed21b7062803b8abb01cdb71b6d4690e9 Author: David Roman gmail com> AuthorDate: Thu Jun 5 09:26:36 2025 +0000 Commit: David Roman gmail com> 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 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