Update doc regarding pytest.raises
Remove reference to the `message` argument in the docs as it was deprecated in #4539
This commit is contained in:
parent
6c8bcf601c
commit
f0d538329c
|
@ -59,7 +59,7 @@ pytest.raises
|
|||
|
||||
**Tutorial**: :ref:`assertraises`.
|
||||
|
||||
.. autofunction:: pytest.raises(expected_exception: Exception, [match], [message])
|
||||
.. autofunction:: pytest.raises(expected_exception: Exception, [match])
|
||||
:with: excinfo
|
||||
|
||||
pytest.deprecated_call
|
||||
|
|
Loading…
Reference in New Issue