silx-kit / silx

silx toolkit
http://www.silx.org/doc/silx/latest/
MIT License
119 stars 70 forks source link

Tests: Improved tests by converting warnings to errors #4113

Closed t20100 closed 2 months ago

t20100 commented 2 months ago

Checklist:


This PR aim at running tests with stricter rules by raising errors for warnings (e.g. deprecation warnings). This is done by configuring pytest, adding ignores on specific tests and silenting warnings in silx.utils.number

Thanks @woutdenolf for the idea!