Skip to content

Commit 4ff7546

Browse files
fix: updated tearDownClass
1 parent 90663cf commit 4ff7546

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/qgis/test_sampler_decimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_decimator_1_with_structure(self):
8787

8888
@classmethod
8989
def tearDownClass(cls):
90-
QgsApplication.processingRegistry().removeProvider(cls.provider)
90+
# QgsApplication.processingRegistry().removeProvider(cls.provider)
9191

9292
if __name__ == '__main__':
9393
unittest.main()

tests/qgis/test_sampler_spacing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_spacing_50_with_geology(self):
7474

7575
@classmethod
7676
def tearDownClass(cls):
77-
QgsApplication.processingRegistry().removeProvider(cls.provider)
77+
# QgsApplication.processingRegistry().removeProvider(cls.provider)
7878

7979
if __name__ == '__main__':
8080
unittest.main()

0 commit comments

Comments
 (0)