Skip to content

Remove QGIS testing warnings

Arnaud MORVAN requested to merge remove-qgis-testing-warnings into master
/usr/lib/python3/dist-packages/qgis/testing/__init__.py:696: DeprecationWarning: unittest.TestCase.checkLayersEqual is deprecated and will be removed in the future. Port your tests to `qgis.testing.TestCase`
    warn('unittest.TestCase.checkLayersEqual is deprecated and will be removed in the future. Port your tests to `qgis.testing.TestCase`', DeprecationWarning)

Merge request reports