mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pandas-2: Skip expensive tests.
* gnu/packages/python-science.scm (python-pandas-2)[arguments]: Set PANDAS_CI variable. Change-Id: I7c400ff260b3c833be1a55a30de021a81a5cbacb
This commit is contained in:
parent
ff2d0ecfca
commit
061c7bc1ca
1 changed files with 3 additions and 1 deletions
|
@ -770,7 +770,9 @@ (define-public python-pandas-2
|
|||
(lambda _
|
||||
(system "Xvfb &")
|
||||
(setenv "DISPLAY" ":0")
|
||||
(setenv "HOME" ".")))
|
||||
(setenv "HOME" ".")
|
||||
;; Skip tests that require lots of resources.
|
||||
(setenv "PANDAS_CI" "1")))
|
||||
(add-after 'unpack 'patch-which
|
||||
(lambda _
|
||||
(substitute* "pandas/io/clipboard/__init__.py"
|
||||
|
|
Loading…
Reference in a new issue