From 3a4435fb59604d40c5d2e2f65e9acba99dd9cff0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 7 Apr 2020 08:01:50 +0200 Subject: [PATCH] doc: fix/remove leftovers from removing `versionadded` (#7028) Ref: 9c5da9c (https://github.com/pytest-dev/pytest/pull/5184) --- doc/en/assert.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/en/assert.rst b/doc/en/assert.rst index d7c380c60..5ece98e96 100644 --- a/doc/en/assert.rst +++ b/doc/en/assert.rst @@ -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.