summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-07 04:54:33 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-07 05:01:15 +0200
commit93dbafa3feffd027d0730578520e3da00b0e3c98 (patch)
treec46242c70754083b0083e6f73e2a22d603ba8854 /dev-python/pygments
parentdev-python/aiocache: Enable acceptance tests (diff)
downloadgentoo-93dbafa3feffd027d0730578520e3da00b0e3c98.tar.gz
gentoo-93dbafa3feffd027d0730578520e3da00b0e3c98.tar.bz2
gentoo-93dbafa3feffd027d0730578520e3da00b0e3c98.zip
dev-python/pygments: Bump to 2.16.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygments')
-rw-r--r--dev-python/pygments/pygments-2.16.1.ebuild3
1 files changed, 3 insertions, 0 deletions
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