all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 56427@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#56427] [PATCH 6/6] gnu: qgis: Disable failing tests.
Date: Wed,  6 Jul 2022 18:14:09 +0000	[thread overview]
Message-ID: <20220706181409.133687-6-felgru@posteo.net> (raw)
In-Reply-To: <20220706181139.133223-1-felgru@posteo.net>

* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after
  upgrading geos to 3.10.1.
---
 gnu/packages/geo.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index dea8da73f5..cf51d5ec59 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2503,12 +2503,14 @@ growing set of geoscientific methods.")
                              "PyQgsLayoutHtml"
                              "PyQgsLayoutLegend"
                              "PyQgsLayoutMapGrid"
+                             "PyQgsMapClippingUtils"
                              "PyQgsMapLayer"
                              "PyQgsMetadataBase"
                              "PyQgsOGRProvider"
                              "PyQgsOGRProviderGpkg"
                              "PyQgsOapifProvider"
                              "PyQgsPalLabelingLayout"
+                             "PyQgsProcessingInPlace"
                              "PyQgsProject"
                              "PyQgsProviderConnectionGpkg"
                              "PyQgsProviderConnectionPostgres"
@@ -2545,6 +2547,7 @@ growing set of geoscientific methods.")
                              "qgis_layoutlabeltest"
                              "qgis_layoutmanualtabletest"
                              "qgis_layoutmapgridtest"
+                             "qgis_layoutmapoverviewtest"
                              "qgis_layoutmaptest"
                              "qgis_layoutmultiframetest"
                              "qgis_layoutpicturetest"
@@ -2552,6 +2555,7 @@ growing set of geoscientific methods.")
                              "qgis_layouttest"
                              "qgis_mapdevicepixelratiotest"
                              "qgis_maprendererjobtest"
+                             "qgis_meshcontourstest"
                              "qgis_ogrproviderguitest"
                              "qgis_painteffecttest"
                              "qgis_pallabelingtest"
@@ -2565,7 +2569,8 @@ growing set of geoscientific methods.")
                              "qgis_svgmarkertest"
                              "qgis_taskmanagertest"
                              "qgis_wcsprovidertest"
-                             "qgis_ziplayertest")
+                             "qgis_ziplayertest"
+                             "TestQgsRandomMarkerSymbolLayer")
                            "|")))))
          (add-after 'install 'wrap-python
            (assoc-ref python:%standard-phases 'wrap))
-- 
2.30.2





  parent reply	other threads:[~2022-07-06 18:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-06 18:11 [bug#56427] [PATCH 0/6] Update a bunch of geographical packages Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 1/6] gnu: libgeotiff: Update to 1.7.1 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 2/6] gnu: geos: Update to 3.10.2 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 3/6] gnu: grass: Update to 7.8.7 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 4/6] gnu: pcb2gcode: Update to 2.4.0 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 5/6] gnu: saga: Update to 8.2.1 Felix Gruber
2022-07-06 18:14 ` Felix Gruber [this message]
2022-07-17 22:03 ` bug#56427: [PATCH 0/6] Update a bunch of geographical packages Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220706181409.133687-6-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=56427@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.