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.
This commit is contained in:
Ran Benita 2020-12-12 22:15:41 +02:00
parent b478275777
commit 0feeddf8ed
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ Example:
Running this test will *skip* the invocation of ``data_set`` with value ``2``:
.. code-block:: pytest
.. code-block::
$ pytest test_fixture_marks.py -v
=========================== test session starts ============================