It appears that an expected warning is no longer raised:
_______________________ TestClip.test_clip_init_default ________________________
self = <mixin_tests.TestClip testMethod=test_clip_init_default>
def test_clip_init_default(self):
clipmixin = self.create_clipmixin()
# UserWarning because we have a narrow clip
> with pytest.warns(UserWarning):
E Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted. The list of emitted warnings is: [].
tests/mixin_tests.py:593: Failed
It appears that an expected warning is no longer raised: