Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX New pytest version errors on warning test (#1056)
We had a test that basically called pytest.warns(None), which newer pytest versions don't allow. Instead, now using recwarn to assert that there is _no_ error. The suggested pytest.does_not_warn() (pytest-dev/pytest#9404) does not appear to work.
- Loading branch information