summaryrefslogtreecommitdiff
path: root/dev-python/stack-data/stack-data-0.6.3.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-05 06:55:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-05 06:55:17 +0000
commitba778678a3e0a996583100c4db8d958b84bc32fe (patch)
tree22a06425dffe38e9fce4e58581c15f8f85a9ecbc /dev-python/stack-data/stack-data-0.6.3.ebuild
parent399f932d3550c5185a64583a1cd2f301796d4c7d (diff)
downloadbaldeagleos-repo-ba778678a3e0a996583100c4db8d958b84bc32fe.tar.gz
baldeagleos-repo-ba778678a3e0a996583100c4db8d958b84bc32fe.tar.xz
baldeagleos-repo-ba778678a3e0a996583100c4db8d958b84bc32fe.zip
Adding metadata
Diffstat (limited to 'dev-python/stack-data/stack-data-0.6.3.ebuild')
-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
)