guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-arrow: Adjust test suite.


From: guix-commits
Subject: branch master updated: gnu: python-arrow: Adjust test suite.
Date: Mon, 08 Feb 2021 03:02:48 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08d81af  gnu: python-arrow: Adjust test suite.
08d81af is described below

commit 08d81afa5fced426912b9bd594fea5a9fa965a0f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 8 09:59:17 2021 +0200

    gnu: python-arrow: Adjust test suite.
    
    * gnu/packages/time.scm (python-arrow)[arguments]: Skip test broken by
    dependant package.
---
 gnu/packages/time.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 9b006a5..746ba97 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2013, 2017, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2015, 2017 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
@@ -418,7 +418,10 @@ timestamps.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             (invoke "pytest" "-vv" "tests"))))))
+             (invoke "pytest" "-vv" "tests"
+                     ;; python-dateutil doesn't recognize America/Nuuk.
+                     ;; Remove when python-dateutil > 2.8.1.
+                     "-k" "not test_parse_tz_name_zzz"))))))
     (native-inputs
      `(;; For testing
        ("python-chai" ,python-chai)



reply via email to

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