From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87BFB15838C for ; Sat, 27 Jan 2024 12:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A89E29DA; Sat, 27 Jan 2024 12:10:48 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 95C42E29D9 for ; Sat, 27 Jan 2024 12:10:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A981934342C for ; Sat, 27 Jan 2024 12:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD9BB14BE for ; Sat, 27 Jan 2024 12:10:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1706357435.3cd4236da6d604e626f44439e09efd3661213bbc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astroid/astroid-3.0.2.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3cd4236da6d604e626f44439e09efd3661213bbc X-VCS-Branch: master Date: Sat, 27 Jan 2024 12:10:44 +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: bd15c069-f2fd-4440-a055-ff4a97e4a500 X-Archives-Hash: 8b3ae7b8dd10b76c699156f9683f422b commit: 3cd4236da6d604e626f44439e09efd3661213bbc Author: Michał Górny gentoo org> AuthorDate: Sat Jan 27 11:52:21 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 27 12:10:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd4236d dev-python/astroid: Skip a test requiring dev-python/pip Closes: https://bugs.gentoo.org/922996 Signed-off-by: Michał Górny gentoo.org> dev-python/astroid/astroid-3.0.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/astroid/astroid-3.0.2.ebuild b/dev-python/astroid/astroid-3.0.2.ebuild index 323e3b100ff6..3a2adf548d14 100644 --- a/dev-python/astroid/astroid-3.0.2.ebuild +++ b/dev-python/astroid/astroid-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -51,6 +51,8 @@ python_test() { tests/brain/test_dataclasses.py::test_pydantic_field # requires urllib3 with bundled six (skipped with urllib3>=2) tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter + # requires pip, looks fragile + tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning ) local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1