Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update no-warning tests for pytest-8 (#622)
Replace the deprecated `pytest.warns(None)` with the suggested replacement (from pytest-dev/pytest#9404) to make the test suite forward compatible with pytest-8. This works correctly with pytest-6 as well.
- Loading branch information