Merge pull request #8129 from bluetech/docs-pygments-workaround

doc: temporary workaround for pytest-pygments lexing error
This commit is contained in:
Ran Benita
2020-12-12 22:31:10 +02:00
committed by GitHub

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 ============================