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 B567B158089 for ; Mon, 6 Nov 2023 06:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E8F52BC01F; Mon, 6 Nov 2023 06:22:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 318662BC01F for ; Mon, 6 Nov 2023 06:22:39 +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 1C4A9335C8E for ; Mon, 6 Nov 2023 06:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 774CA1324 for ; Mon, 6 Nov 2023 06:22:36 +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: <1699251741.646b4f62ba05863e520f356166542f388b668f26.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.1.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 646b4f62ba05863e520f356166542f388b668f26 X-VCS-Branch: master Date: Mon, 6 Nov 2023 06:22:36 +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: 8474a35c-69d2-4054-9c7c-138e7c47605c X-Archives-Hash: 46699849b7fd5bf7a0cedc53495cad2f commit: 646b4f62ba05863e520f356166542f388b668f26 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 6 05:19:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 6 06:22:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646b4f62 dev-python/astroid: Deselect test requiring urllib3 w/ bundled six Closes: https://bugs.gentoo.org/916775 Signed-off-by: Michał Górny gentoo.org> dev-python/astroid/astroid-3.0.1.ebuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-python/astroid/astroid-3.0.1.ebuild b/dev-python/astroid/astroid-3.0.1.ebuild index 1403a2f4fb7e..aee9d469f5c9 100644 --- a/dev-python/astroid/astroid-3.0.1.ebuild +++ b/dev-python/astroid/astroid-3.0.1.ebuild @@ -47,19 +47,10 @@ python_test() { # no clue why they're broken tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils -# tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable -# # some problem with warnings (our options?) -# tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg -# tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args -# tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute -# # requires six bundled in urllib3, sigh -# tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter -# # requires pip, and looks suspicious anyway -# tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning # pydantic-2? tests/brain/test_dataclasses.py::test_pydantic_field -# # TODO -# tests/test_manager.py::ClearCacheTest::test_clear_cache_clears_other_lru_caches + # requires urllib3 with bundled six (skipped with urllib3>=2) + tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter ) local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1