We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90663cf commit 4ff7546Copy full SHA for 4ff7546
2 files changed
tests/qgis/test_sampler_decimator.py
@@ -87,7 +87,7 @@ def test_decimator_1_with_structure(self):
87
88
@classmethod
89
def tearDownClass(cls):
90
- QgsApplication.processingRegistry().removeProvider(cls.provider)
+ # QgsApplication.processingRegistry().removeProvider(cls.provider)
91
92
if __name__ == '__main__':
93
unittest.main()
tests/qgis/test_sampler_spacing.py
@@ -74,7 +74,7 @@ def test_spacing_50_with_geology(self):
74
75
76
77
78
79
80
0 commit comments