emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55508: closed ([PATCH] gnu: python-geopandas: Fix build.)


From: GNU bug Tracking System
Subject: bug#55508: closed ([PATCH] gnu: python-geopandas: Fix build.)
Date: Fri, 20 May 2022 22:15:03 +0000

Your message dated Sat, 21 May 2022 00:14:05 +0200
with message-id <87mtfbvolu.fsf@gnu.org>
and subject line Re: bug#55508: [PATCH] gnu: python-geopandas: Fix build.
has caused the debbugs.gnu.org bug report #55508,
regarding [PATCH] gnu: python-geopandas: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55508: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55508
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-geopandas: Fix build. Date: Wed, 18 May 2022 19:21:11 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55508: [PATCH] gnu: python-geopandas: Fix build. Date: Sat, 21 May 2022 00:14:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]