From 7567e81ea442f2651e2f2a88104e7b35c14880c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 26 Mar 2024 11:46:27 +0100 Subject: [PATCH] dev-python/isort: Deselect failing tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/923049 Signed-off-by: Michał Górny --- 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 836e92445eee2..f17443c550987 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