mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02: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:
@@ -770,7 +770,9 @@ doing practical, real world data analysis in Python.")
|
||||
(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"
|
||||
|
||||
Reference in New Issue
Block a user