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:
Gene Wood
2019-09-09 12:14:09 -07:00
committed by GitHub
parent 6c8bcf601c
commit f0d538329c

View File

@@ -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