Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure to filter warnings to errors
One test case after the transition from pytest.warns(None) is attempting to check it raises no warnings, but as written the context manager swallows all warnings. Set the filter to error to make certain they are raised.
- Loading branch information