mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ doing practical, real world data analysis in Python.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(system "Xvfb &")
|
(system "Xvfb &")
|
||||||
(setenv "DISPLAY" ":0")
|
(setenv "DISPLAY" ":0")
|
||||||
(setenv "HOME" ".")))
|
(setenv "HOME" ".")
|
||||||
|
;; Skip tests that require lots of resources.
|
||||||
|
(setenv "PANDAS_CI" "1")))
|
||||||
(add-after 'unpack 'patch-which
|
(add-after 'unpack 'patch-which
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "pandas/io/clipboard/__init__.py"
|
(substitute* "pandas/io/clipboard/__init__.py"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue