[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/64: gnu: python-tabulate: Enable tests and fix version string.
From: |
guix-commits |
Subject: |
51/64: gnu: python-tabulate: Enable tests and fix version string. |
Date: |
Thu, 2 May 2024 10:52:36 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 560e1d004f755832025b118c2b878fb7bd994b0d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 2 00:26:10 2024 +0200
gnu: python-tabulate: Enable tests and fix version string.
* gnu/packages/python-xyz.scm (python-tabulate)[arguments]: Enable tests.
[native-inputs]: Add python-pytest and python-setuptools-scm.
Change-Id: I14073151916fd637d83905c03e76b96c390db917
---
gnu/packages/python-xyz.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b302a1eff1..84266073f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20663,10 +20663,7 @@ It uses LR parsing and does extensive error checking.")
(base32
"0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
(build-system pyproject-build-system)
- (arguments
- ;; FIXME: The pypi release tarball is missing a 'test/common.py'
- ;; and the latest release is not tagged in the upstream repository.
- '(#:tests? #f))
+ (native-inputs (list python-pytest python-setuptools-scm))
(home-page "https://bitbucket.org/astanin/python-tabulate")
(synopsis "Pretty-print tabular data")
(description
- 41/64: gnu: Add python-dask-expr., (continued)
- 41/64: gnu: Add python-dask-expr., guix-commits, 2024/05/02
- 42/64: gnu: python-distributed: Update to 2024.4.2., guix-commits, 2024/05/02
- 43/64: gnu: Add python-scikit-build-core., guix-commits, 2024/05/02
- 44/64: gnu: Add python-awkward-cpp., guix-commits, 2024/05/02
- 45/64: gnu: Add python-awkward., guix-commits, 2024/05/02
- 46/64: gnu: Add python-array-api-compat., guix-commits, 2024/05/02
- 47/64: gnu: python-anndata: Update to 0.10.7., guix-commits, 2024/05/02
- 48/64: gnu: python-biom-format: Untangle from python-scikit-bio., guix-commits, 2024/05/02
- 50/64: gnu: python-pandas-stubs: Update tests., guix-commits, 2024/05/02
- 49/64: gnu: python-scikit-bio: Update to 0.6.0., guix-commits, 2024/05/02
- 51/64: gnu: python-tabulate: Enable tests and fix version string.,
guix-commits <=
- 52/64: gnu: python-numpy: Update to 1.26.0., guix-commits, 2024/05/02
- 53/64: Revert "gnu: python-numpy: Update to 1.26.0.", guix-commits, 2024/05/02
- 54/64: gnu: python-dask: Disable all tokenize tests., guix-commits, 2024/05/02
- 56/64: gnu: python-umap-learn: Update to 0.5.6., guix-commits, 2024/05/02
- 59/64: gnu: python-dask: Disable some tests., guix-commits, 2024/05/02
- 58/64: gnu: python-dask: Propagate python-dask-expr., guix-commits, 2024/05/02
- 62/64: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/02
- 57/64: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/02
- 61/64: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/02
- 25/64: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/02