mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: python-arrow: Adjust test suite.
* gnu/packages/time.scm (python-arrow)[arguments]: Skip test broken by dependant package.
This commit is contained in:
parent
599c641402
commit
08d81afa5f
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
;;; Copyright © 2013, 2017, 2020 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2017, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
|
;;; 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 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2015, 2017 Cyril Roelandt <tipecaml@gmail.com>
|
;;; Copyright © 2015, 2017 Cyril Roelandt <tipecaml@gmail.com>
|
||||||
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
|
@ -418,7 +418,10 @@ (define-public python-arrow
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(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
|
(native-inputs
|
||||||
`(;; For testing
|
`(;; For testing
|
||||||
("python-chai" ,python-chai)
|
("python-chai" ,python-chai)
|
||||||
|
|
Loading…
Reference in a new issue