doc: fix/remove leftovers from removing `versionadded` (#7028)

Ref: 9c5da9c (https://github.com/pytest-dev/pytest/pull/5184)
This commit is contained in:
Daniel Hahler 2020-04-07 08:01:50 +02:00 committed by GitHub
parent c659a6b917
commit 3a4435fb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -342,15 +342,3 @@ If this is the case you have two options:
``PYTEST_DONT_REWRITE`` to its docstring.
* Disable rewriting for all modules by using ``--assert=plain``.
Add assert rewriting as an alternate introspection technique.
Introduce the ``--assert`` option. Deprecate ``--no-assert`` and
``--nomagic``.
Removes the ``--no-assert`` and ``--nomagic`` options.
Removes the ``--assert=reinterp`` option.