commit: 93dbafa3feffd027d0730578520e3da00b0e3c98
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 02:54:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 03:01:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dbafa3
dev-python/pygments: Bump to 2.16.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygments/pygments-2.16.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/pygments/pygments-2.16.1.ebuild
b/dev-python/pygments/pygments-2.16.1.ebuild
index f3a2c5362ecc..781fe60b07a3 100644
--- a/dev-python/pygments/pygments-2.16.1.ebuild
+++ b/dev-python/pygments/pygments-2.16.1.ebuild
@@ -33,6 +33,9 @@ BDEPEND="
EPYTEST_DESELECT=(
# fuzzing tests, very slow
tests/test_basic_api.py::test_random_input
+ # incompatibility with python-ctags3, apparently
+ # https://github.com/pygments/pygments/issues/2486
+ tests/test_html_formatter.py::test_ctags
)
distutils_enable_tests pytest