Skip to content

Commit

Permalink
dev-python/isort: Deselect failing tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/923049
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 26, 2024
1 parent ba6c5e1 commit 7567e81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev-python/isort/isort-5.13.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7567e81

Please sign in to comment.