diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-25 20:45:51 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-06-25 21:15:54 +0200 |
commit | afc744496e2b646d0a5f420b826d005ce5672323 (patch) | |
tree | 777bdb44173a203f8bb1e7574a2e59c631c60572 /gnu | |
parent | f853f0757bf58a21aa149b78b16b0a7d62da7351 (diff) | |
download | guix-afc744496e2b646d0a5f420b826d005ce5672323.tar.gz |
gnu: qgis: Disable a failing test.
* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the list of disabled tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index a64212b738..848d6053c0 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2485,6 +2485,7 @@ growing set of geoscientific methods.") "PyQgsProviderConnectionSpatialite" "PyQgsPythonProvider" "PyQgsRasterLayer" + "PyQgsRasterResampler" "PyQgsRulebasedRenderer" "PyQgsSelectiveMasking" "PyQgsSettings" |