Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] Remove use of deprecated API
The "message" parameter of Pytests's `raises` method has been deprecated [1]. This causes a test failure in the current configuration. Since the parameter was not previously serving the intended purpose (that is, it was *not* verifying the message of the raised exception), it may be removed without degrading coverage. [1] https://docs.pytest.org/en/4.6-maintenance/deprecations.html#message-parameter-of-pytest-raises
- Loading branch information