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 970F2158041 for ; Tue, 26 Mar 2024 10:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 927812BC014; Tue, 26 Mar 2024 10:49:15 +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 7312A2BC014 for ; Tue, 26 Mar 2024 10:49:15 +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 8235B34307E for ; Tue, 26 Mar 2024 10:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B141715E5 for ; Tue, 26 Mar 2024 10:49:12 +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: <1711450145.7567e81ea442f2651e2f2a88104e7b35c14880c0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isort/isort-5.13.2.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7567e81ea442f2651e2f2a88104e7b35c14880c0 X-VCS-Branch: master Date: Tue, 26 Mar 2024 10:49:12 +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: cd9b1b9c-22bd-4171-af46-4711fa77fe6b X-Archives-Hash: 2c260746bb318f3b4ea642ae9e1c124b commit: 7567e81ea442f2651e2f2a88104e7b35c14880c0 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 26 10:46:27 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 26 10:49:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7567e81e dev-python/isort: Deselect failing tests Closes: https://bugs.gentoo.org/923049 Signed-off-by: Michał Górny gentoo.org> dev-python/isort/isort-5.13.2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/isort/isort-5.13.2.ebuild b/dev-python/isort/isort-5.13.2.ebuild index 836e92445eee..f17443c55098 100644 --- a/dev-python/isort/isort-5.13.2.ebuild +++ b/dev-python/isort/isort-5.13.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 @@ -60,6 +60,12 @@ python_test() { popd >/dev/null || die done + local EPYTEST_DESELECT=( + # relies on black 23.* output + tests/unit/profiles/test_black.py::test_black_pyi_file + # pytest-8 + tests/unit/test_ticketed_features.py::test_isort_should_warn_on_empty_custom_config_issue_1433 + ) local EPYTEST_IGNORE=( # Excluded from upstream's test script tests/unit/test_deprecated_finders.py