Skip to content

Fix pytest warning failing the test suite

This MR fixes the test failure by resolving the deprecated usage of pytest.warns(None), see https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests.

Merge request reports