[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/299: gnu: python-pandas-2: Remove X.
From: |
guix-commits |
Subject: |
52/299: gnu: python-pandas-2: Remove X. |
Date: |
Mon, 13 Jan 2025 07:30:10 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit aa3fdb56835f01d92deea3eb29494371bab1434d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 18 09:33:16 2024 +0100
gnu: python-pandas-2: Remove X.
These tests are not run anyway, so there is no need to launch an X server.
* gnu/packages/python-science.scm (python-pandas-2)[arguments]: Rename
'prepare-x phase to 'pre-check.
[native-inputs]: Remove xorg-server-for-tests.
Change-Id: Ib85883360397d2715a1893b74435d96a1d119f9e
---
gnu/packages/python-science.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 718c482037..0606643f99 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1279,10 +1279,8 @@ doing practical, real world data analysis in Python.")
(string-append "__version__ = \""
#$(package-version this-package)
"\""))))))
- (add-before 'check 'prepare-x
+ (add-before 'check 'pre-check
(lambda _
- (system "Xvfb &")
- (setenv "DISPLAY" ":0")
(setenv "HOME" ".")
;; Skip tests that require lots of resources.
(setenv "PANDAS_CI" "1")))
@@ -1328,9 +1326,7 @@ doing practical, real world data analysis in Python.")
python-pytest-localserver
python-pytest-mock
python-pytest-xdist
- python-versioneer
- ;; Needed to test clipboard support.
- xorg-server-for-tests))
+ python-versioneer))
(home-page "https://pandas.pydata.org")
(synopsis "Data structures for data analysis, time series, and statistics")
(description
- 250/299: gnu: Add python-nanobind., (continued)
- 250/299: gnu: Add python-nanobind., guix-commits, 2025/01/13
- 265/299: gnu: python-django-redis: Use pyproject-build-system., guix-commits, 2025/01/13
- 260/299: gnu: python-libensemble: Add missing inputs., guix-commits, 2025/01/13
- 262/299: gnu: python-django-assets: Disable bad tests., guix-commits, 2025/01/13
- 263/299: gnu: python-django-jinja: Update to 2.11.0., guix-commits, 2025/01/13
- 20/299: gnu: Add python-pypitoken., guix-commits, 2025/01/13
- 25/299: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/13
- 29/299: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2025/01/13
- 48/299: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/13
- 55/299: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/13
- 52/299: gnu: python-pandas-2: Remove X.,
guix-commits <=
- 56/299: gnu: python-gevent: Propagate greenlet., guix-commits, 2025/01/13
- 67/299: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2025/01/13
- 72/299: gnu: Add python-types-simplejson., guix-commits, 2025/01/13
- 76/299: gnu: python-cachecontrol: Update to 0.14.1., guix-commits, 2025/01/13
- 82/299: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/13
- 07/299: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2025/01/13
- 12/299: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2025/01/13
- 15/299: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2025/01/13
- 17/299: gnu: Add python-legacy-cgi., guix-commits, 2025/01/13
- 16/299: gnu: Add python-repoze-lru., guix-commits, 2025/01/13