summaryrefslogtreecommitdiff
path: root/dev-python/decopatch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/decopatch')
-rw-r--r--dev-python/decopatch/decopatch-1.4.10.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/decopatch/decopatch-1.4.10.ebuild b/dev-python/decopatch/decopatch-1.4.10.ebuild
index b18d9ae242e3..2df8c91a39d0 100644
--- a/dev-python/decopatch/decopatch-1.4.10.ebuild
+++ b/dev-python/decopatch/decopatch-1.4.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,6 +28,11 @@ BDEPEND="
PATCHES=( "${FILESDIR}/${P}-python12.patch" )
+EPYTEST_DESELECT=(
+ # fails with whitespace differences in python 3.13
+ tests/test_doc.py::test_doc_add_tag_function
+)
+
distutils_enable_tests pytest
python_prepare_all() {