summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorRedBeardCode <s.farmbauer@red-beard-code.de>2016-06-25 11:27:10 +0200
committerBruno Oliveira <nicoddemus@gmail.com>2016-06-26 19:26:04 +0200
commit0e2ebc96ff0606a59cc24868f527b4094cc1e2a6 (patch)
treef3638d14f52b7cbbfa2b3cc1a75d2a7a7567b893 /doc/en/assert.rst
parent68bed00d5b679b24c53bd22adb9e6e64d3b9f2e1 (diff)
downloadpytest-0e2ebc96ff0606a59cc24868f527b4094cc1e2a6.tar.gz
Remove deprecated cmd options
Fixes #1657
Diffstat (limited to 'doc/en/assert.rst')
-rw-r--r--doc/en/assert.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/assert.rst b/doc/en/assert.rst
index 03bcc8a3d..bde51fd35 100644
--- a/doc/en/assert.rst
+++ b/doc/en/assert.rst
@@ -314,3 +314,6 @@ For further information, Benjamin Peterson wrote up `Behind the scenes of pytest
.. versionchanged:: 2.1
Introduce the ``--assert`` option. Deprecate ``--no-assert`` and
``--nomagic``.
+
+.. versionchanged:: 3.0
+ Removes the ``--no-assert`` and``--nomagic`` options.