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 DAB571581C1 for ; Mon, 8 Jul 2024 09:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34FD3E29FC; Mon, 8 Jul 2024 09:36:24 +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 1B8D1E29FC for ; Mon, 8 Jul 2024 09:36:24 +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 32916335C96 for ; Mon, 8 Jul 2024 09:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F041F1DF7 for ; Mon, 8 Jul 2024 09:36:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720431338.fb412a16de9bfed68c1fa9d1c54effe8239eed48.sam@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.2.2.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb412a16de9bfed68c1fa9d1c54effe8239eed48 X-VCS-Branch: master Date: Mon, 8 Jul 2024 09:36:19 +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: dea23790-8152-41dc-ab72-8519fdd7edd8 X-Archives-Hash: 1336b80199333eb047e9ef2c86fcf6c3 commit: fb412a16de9bfed68c1fa9d1c54effe8239eed48 Author: Sam James gentoo org> AuthorDate: Mon Jul 8 09:35:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 8 09:35:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb412a16 dev-python/astroid: add link to numpy-2 bug Signed-off-by: Sam James gentoo.org> dev-python/astroid/astroid-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astroid/astroid-3.2.2.ebuild b/dev-python/astroid/astroid-3.2.2.ebuild index fa56ffddb453..53acd935d74f 100644 --- a/dev-python/astroid/astroid-3.2.2.ebuild +++ b/dev-python/astroid/astroid-3.2.2.ebuild @@ -59,7 +59,7 @@ python_test() { tests/test_nodes.py::AsStringTest::test_recursion_error_trapped # TODO tests/test_builder.py::BuilderTest::test_data_build_error_filename - # numpy-2 + # numpy-2 (https://github.com/pylint-dev/astroid/issues/2442) tests/brain/numpy/test_core_einsumfunc.py::test_numpy_function_calls_inferred_as_ndarray tests/brain/numpy/test_core_fromnumeric.py::BrainNumpyCoreFromNumericTest::test_numpy_function_calls_inferred_as_ndarray tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_ndarray