Skip to content

Commit 5e323be

Browse files
committed
Revert "doc: temporary workaround for pytest-pygments lexing error"
Support was added in pytest-pygments 2.2.0. This reverts commit 0feeddf.
1 parent 813ce45 commit 5e323be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ Example:
19751975
19761976
Running this test will *skip* the invocation of ``data_set`` with value ``2``:
19771977

1978-
.. code-block::
1978+
.. code-block:: pytest
19791979
19801980
$ pytest test_fixture_marks.py -v
19811981
=========================== test session starts ============================

doc/en/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pallets-sphinx-themes
2-
pygments-pytest>=1.1.0
2+
pygments-pytest>=2.2.0
33
sphinx-removed-in>=0.2.0
44
sphinx>=3.1,<4
55
sphinxcontrib-trio

0 commit comments

Comments
 (0)