Skip to content

Commit 0feeddf

Browse files
committed
doc: temporary workaround for pytest-pygments lexing error
pytest-pygments doesn't yet recognize the skip reason in summary line added recently. Workaround it until we get to updating it.
1 parent b478275 commit 0feeddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/fixture.rst

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

950-
.. code-block:: pytest
950+
.. code-block::
951951
952952
$ pytest test_fixture_marks.py -v
953953
=========================== test session starts ============================

0 commit comments

Comments
 (0)