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
commit 683f29f84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ============================