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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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