diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-28 22:40:16 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-28 22:40:16 +0200 |
commit | 706c7a7a2144da5b02bbf4b16b54c01662ef85ea (patch) | |
tree | edcca80562c3df5272bd6c7ae71cb237e05424ba /gnu | |
parent | f7e69b53d6ea6857303887136144fb0e3e839f62 (diff) |
gnu: qgis: Disable one failing test.
* gnu/packages/geo.scm (qgis)[arguments]: Disable PyQgsAuthBasicMethod test.
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 77014b268f..e2d34f12a2 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2166,6 +2166,7 @@ growing set of geoscientific methods.") "PyCoreAdittions" "PyQgsAnnotation" "PyQgsAppStartup" + "PyQgsAuthBasicMethod" "PyQgsAuthenticationSystem" "PyQgsAuxiliaryStorage" "PyQgsDBManagerGpkg" |