Skip to content

Commit

Permalink
doc: temporary workaround for pytest-pygments lexing error
Browse files Browse the repository at this point in the history
pytest-pygments doesn't yet recognize the skip reason in summary line
added recently. Workaround it until we get to updating it.
  • Loading branch information
bluetech committed Dec 12, 2020
1 parent b478275 commit 0feeddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/fixture.rst
Expand Up @@ -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 ============================
Expand Down

0 comments on commit 0feeddf

Please sign in to comment.