| commit | b30e72c6f6185e87d11bfe9b092d5271f14b7851 | [log] [tgz] |
|---|---|---|
| author | Ralf W. Grosse-Kunstleve <rwgkio@gmail.com> | Tue Nov 11 19:27:53 2025 -0800 |
| committer | GitHub <noreply@github.com> | Tue Nov 11 19:27:53 2025 -0800 |
| tree | 670d3b4093b80c7a82300699aaade26f81f35566 | |
| parent | 3370fe14b7079df143eec4781e6e5c1d293e7eec [diff] |
Replace env.deprecated_call() with pytest.deprecated_call() (#5893) Since we already require pytest>=6 (see tests/requirements.txt), the old compatibility function is obsolete and pytest.deprecated_call() can be used directly. Extracted from PR #5879 Co-authored-by: Michael Carlstrom <rmc@carlstrom.com> Co-authored-by: gentlegiantJGC <gentlegiantJGC@users.noreply.github.com>