GNU bug report logs - #50813
[PATCH] gnu: python-pandas: Update to 1.3.3.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 26 Sep 2021 09:48:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Felix Gruber <felgru <at> posteo.net>
To: 50813 <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org>
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [bug#50813] [PATCH v2 3/6] gnu: python-distributed: Update to 2021.09.1.
Date: Sun, 10 Oct 2021 15:04:31 +0000
* gnu/packages/python-science.scm (python-distributed): Update to
  2021.09.1.
  [arguments]: Disable failing test test_text.
---
 gnu/packages/python-science.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d19d731f76..b68a2838fc 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -900,7 +900,7 @@ and more
 (define-public python-distributed
   (package
     (name "python-distributed")
-    (version "2021.07.1")
+    (version "2021.09.1")
     (source
      (origin
        ;; The test files are not included in the archive on pypi
@@ -911,7 +911,7 @@ and more
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0i55zf3k55sqjxnwlzsyj3h3v1588fn54ng4mj3dfiqzh3nlj0dg"))))
+         "05djzza3f72nw1i1c9qyamgaf93pbf6jxx0migpp1wvvfl0v2j9z"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -940,9 +940,11 @@ and more
                        "-m" "not slow and not gpu and not ipython and not avoid_ci"
                        "-k"
                        ;; TODO: These tests fail for unknown reasons:
-                       ;; Assertion error.
                        (string-append
-                        "not test_version_option"
+                        ;; TimeoutExpired
+                        "not test_text"
+                        ;; AssertionError
+                        " and not test_version_option"
                         ;; "The 'distributed' distribution was not found"
                         " and not test_register_backend_entrypoint"
                         ;; "AttributeError: module 'distributed.dashboard' has no attribute 'scheduler'"
-- 
2.30.2





This bug report was last modified 3 years and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.