unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55508] [PATCH] gnu: python-geopandas: Fix build.
@ 2022-05-18 19:21 Felix Gruber
  2022-05-20 22:14 ` bug#55508: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-05-18 19:21 UTC (permalink / raw)
  To: 55508; +Cc: Felix Gruber

* gnu/packages/geo.scm (python-geopandas)[arguments]: Disable broken
  tests. Re-enable test_fillna_no_op_returns_copy which does not fail
  anymore.
---
 gnu/packages/geo.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index c2569c27d4..0c9240eea7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -715,9 +715,14 @@ pyproj, Rtree, and Shapely.")
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "pytest"
-                       ; Disable test that fails with
-                       ; NotImplementedError in pandas.
-                       "-k" "not test_fillna_no_op_returns_copy"
+                       ; Disable tests that fail due to incompatibilities
+                       ; with our pandas version.
+                       "-k"
+                       (string-append
+                         "not test_getitem_invalid"
+                         " and not test_value_counts"
+                         " and not test_setitem_invalid"
+                         " and not test_insert_invalid")
                        ; Disable tests that require internet access.
                        "-m" "not web")))))))
     (propagated-inputs
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55508: [PATCH] gnu: python-geopandas: Fix build.
  2022-05-18 19:21 [bug#55508] [PATCH] gnu: python-geopandas: Fix build Felix Gruber
@ 2022-05-20 22:14 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-20 22:14 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 55508-done

Hi,

Felix Gruber <felgru@posteo.net> skribis:

> * gnu/packages/geo.scm (python-geopandas)[arguments]: Disable broken
>   tests. Re-enable test_fillna_no_op_returns_copy which does not fail
>   anymore.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-20 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 19:21 [bug#55508] [PATCH] gnu: python-geopandas: Fix build Felix Gruber
2022-05-20 22:14 ` bug#55508: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).