Revert "doc: temporary workaround for pytest-pygments lexing error"
Support was added in pytest-pygments 2.2.0.
This reverts commit 0feeddf8ed
.
This commit is contained in:
parent
813ce45985
commit
5e323becb7
|
@ -1975,7 +1975,7 @@ Example:
|
||||||
|
|
||||||
Running this test will *skip* the invocation of ``data_set`` with value ``2``:
|
Running this test will *skip* the invocation of ``data_set`` with value ``2``:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: pytest
|
||||||
|
|
||||||
$ pytest test_fixture_marks.py -v
|
$ pytest test_fixture_marks.py -v
|
||||||
=========================== test session starts ============================
|
=========================== test session starts ============================
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pallets-sphinx-themes
|
pallets-sphinx-themes
|
||||||
pygments-pytest>=1.1.0
|
pygments-pytest>=2.2.0
|
||||||
sphinx-removed-in>=0.2.0
|
sphinx-removed-in>=0.2.0
|
||||||
sphinx>=3.1,<4
|
sphinx>=3.1,<4
|
||||||
sphinxcontrib-trio
|
sphinxcontrib-trio
|
||||||
|
|
Loading…
Reference in New Issue