diff --git a/pyproject.toml b/pyproject.toml index c1a3c8b6..bbef7038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ testing = [ "pytest-regressions", "pytest-param-files~=0.6.0", "sphinx-pytest", - "pygments<2.19", # TODO fix test regression with 2.19" + "pygments<2.20", # TODO fix test regression with 2.19" ] testing-docutils = [ "pygments", diff --git a/tests/test_sphinx/test_sphinx_builds/test_includes.html b/tests/test_sphinx/test_sphinx_builds/test_includes.html index a561b031..1a2faee1 100644 --- a/tests/test_sphinx/test_sphinx_builds/test_includes.html +++ b/tests/test_sphinx/test_sphinx_builds/test_includes.html @@ -115,7 +115,7 @@
0 def a_func(param):
+ 0 def a_func(param):
1 print(param)
diff --git a/tests/test_sphinx/test_sphinx_builds/test_includes.xml b/tests/test_sphinx/test_sphinx_builds/test_includes.xml
index 9af883de..8da26cb0 100644
--- a/tests/test_sphinx/test_sphinx_builds/test_includes.xml
+++ b/tests/test_sphinx/test_sphinx_builds/test_includes.xml
@@ -53,6 +53,7 @@
def
+
a_func
@@ -78,6 +79,7 @@
0
def
+
a_func