Skip to content

Commit 51c1ae8

Browse files
committed
doc: remove deprecations from pytest 3
This is in line with 9c5da9c, which versionadded instructions.
1 parent cb06bc7 commit 51c1ae8

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

doc/en/deprecations.rst

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -575,40 +575,3 @@ As a stopgap measure, plugin authors may still inject their names into pytest's
575575
576576
def pytest_configure():
577577
pytest.my_symbol = MySymbol()
578-
579-
580-
581-
582-
Reinterpretation mode (``--assert=reinterp``)
583-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
584-
585-
.. versionremoved:: 3.0
586-
587-
Reinterpretation mode has now been removed and only plain and rewrite
588-
mode are available, consequently the ``--assert=reinterp`` option is
589-
no longer available. This also means files imported from plugins or
590-
``conftest.py`` will not benefit from improved assertions by
591-
default, you should use ``pytest.register_assert_rewrite()`` to
592-
explicitly turn on assertion rewriting for those files.
593-
594-
Removed command-line options
595-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
596-
597-
.. versionremoved:: 3.0
598-
599-
The following deprecated commandline options were removed:
600-
601-
* ``--genscript``: no longer supported;
602-
* ``--no-assert``: use ``--assert=plain`` instead;
603-
* ``--nomagic``: use ``--assert=plain`` instead;
604-
* ``--report``: use ``-r`` instead;
605-
606-
py.test-X* entry points
607-
~~~~~~~~~~~~~~~~~~~~~~~
608-
609-
.. versionremoved:: 3.0
610-
611-
Removed all ``py.test-X*`` entry points. The versioned, suffixed entry points
612-
were never documented and a leftover from a pre-virtualenv era. These entry
613-
points also created broken entry points in wheels, so removing them also
614-
removes a source of confusion for users.

0 commit comments

Comments
 (0)