summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-02 00:26:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:16 +0200
commit2a7e513803453d624ed0988e7fe8ec2f195a7674 (patch)
treebf30e87236667d828a14d9d60e783cec64eefd1b /gnu/packages/python-xyz.scm
parent92259a5d4b3fa2fb752e926992f00dbfec08b1c0 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 1 insertions, 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