summaryrefslogtreecommitdiff
path: root/dev-python/isort/isort-5.13.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/isort/isort-5.13.2.ebuild')
-rw-r--r--dev-python/isort/isort-5.13.2.ebuild8
1 files changed, 7 insertions, 1 deletions
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