mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] don't print Processing version
This commit is contained in:
parent
fcc96de8a7
commit
af16bbf532
@ -75,7 +75,6 @@ class AlgorithmsTest(object):
|
||||
This is the main test function. All others will be executed based on the definitions in testdata/algorithm_tests.yaml
|
||||
"""
|
||||
ver = processing.version()
|
||||
print("Processing {}.{}.{}".format(ver / 10000, ver / 100 % 100, ver % 100))
|
||||
with open(os.path.join(processingTestDataPath(), self.test_definition_file()), 'r') as stream:
|
||||
algorithm_tests = yaml.load(stream)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user