commit: 63200a38671abae774cf074898a69577a27560d3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 4 18:25:47 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 18:26:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63200a38
dev-python/stack-data: Skip tests failing due to new pygments
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/stack-data/stack-data-0.6.3.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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 9393da95f4d6..0bb3d3079b8a 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
)