Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated
pytest.warns(None)
(#922)
Replace the deprecated `pytest.warns(None)` with the standard library `warnings.catch_warnings(record=True)`, in order to fix compatibility with pytest-8.1.2. Co-authored-by: michaelboulton <[email protected]>
- Loading branch information