summaryrefslogtreecommitdiff
path: root/dev-python/stack-data
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/stack-data')
-rw-r--r--dev-python/stack-data/stack-data-0.6.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/stack-data/stack-data-0.6.3.ebuild b/dev-python/stack-data/stack-data-0.6.3.ebuild
index 268ee08a0b0d..c87717c3ac0b 100644
--- a/dev-python/stack-data/stack-data-0.6.3.ebuild
+++ b/dev-python/stack-data/stack-data-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -37,4 +37,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
# Cython looks for the module in the wrong directory, for some reason
tests/test_formatter.py::test_example
+ # broken by new pygments
+ tests/test_core.py::test_executing_style_defs
+ tests/test_core.py::test_pygments_example
+ tests/test_serializer.py::test_example
)