Skip to content

Commit 199f45d

Browse files
authored
Merge pull request #7027 from blueyed/doc-rm-rm
2 parents d16ae0b + 51c1ae8 commit 199f45d

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
@@ -625,40 +625,3 @@ As a stopgap measure, plugin authors may still inject their names into pytest's
625625
626626
def pytest_configure():
627627
pytest.my_symbol = MySymbol()
628-
629-
630-
631-
632-
Reinterpretation mode (``--assert=reinterp``)
633-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
634-
635-
.. versionremoved:: 3.0
636-
637-
Reinterpretation mode has now been removed and only plain and rewrite
638-
mode are available, consequently the ``--assert=reinterp`` option is
639-
no longer available. This also means files imported from plugins or
640-
``conftest.py`` will not benefit from improved assertions by
641-
default, you should use ``pytest.register_assert_rewrite()`` to
642-
explicitly turn on assertion rewriting for those files.
643-
644-
Removed command-line options
645-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
646-
647-
.. versionremoved:: 3.0
648-
649-
The following deprecated commandline options were removed:
650-
651-
* ``--genscript``: no longer supported;
652-
* ``--no-assert``: use ``--assert=plain`` instead;
653-
* ``--nomagic``: use ``--assert=plain`` instead;
654-
* ``--report``: use ``-r`` instead;
655-
656-
py.test-X* entry points
657-
~~~~~~~~~~~~~~~~~~~~~~~
658-
659-
.. versionremoved:: 3.0
660-
661-
Removed all ``py.test-X*`` entry points. The versioned, suffixed entry points
662-
were never documented and a leftover from a pre-virtualenv era. These entry
663-
points also created broken entry points in wheels, so removing them also
664-
removes a source of confusion for users.

0 commit comments

Comments
 (0)