[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: python-tabulate: Disable tests.
From: |
Marius Bakke |
Subject: |
01/08: gnu: python-tabulate: Disable tests. |
Date: |
Wed, 15 Feb 2017 03:28:08 -0500 (EST) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit fe2ba3a888f78669cc4abe6a9bf2db73c390a4c8
Author: Marius Bakke <address@hidden>
Date: Wed Feb 15 08:28:03 2017 +0100
gnu: python-tabulate: Disable tests.
* gnu/packages/python.scm (python-tabulate)[arguments]: New field.
[native-inputs]: Remove.
[source]: Remove test substitution snippet.
---
gnu/packages/python.scm | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 421291d..87066fc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10824,18 +10824,12 @@ It uses LR parsing and does extensive error
checking.")
(uri (pypi-uri "tabulate" version))
(sha256
(base32
- "1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843"))
- ;; Fix tests
- (modules '((guix build utils)))
- (snippet '(substitute* '("test/test_cli.py"
- "test/test_input.py"
- "test/test_output.py"
- "test/test_regression.py")
- (("from common") "from nose.tools")))))
+ "1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843"))))
(build-system python-build-system)
- (native-inputs
- `(;; For testing
- ("python-nose" ,python-nose)))
+ (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))
(home-page "https://bitbucket.org/astanin/python-tabulate")
(synopsis "Pretty-print tabular data")
(description
- branch python-tests updated (619bfd8 -> 6925cd7), Marius Bakke, 2017/02/15
- 02/08: gnu: python-requests-mock: Update to 1.3.0., Marius Bakke, 2017/02/15
- 03/08: gnu: python-sphinxcontrib-programoutput: Disable tests., Marius Bakke, 2017/02/15
- 06/08: gnu: python-sphinx-repoze-autointerface: Disable tests., Marius Bakke, 2017/02/15
- 08/08: gnu: python-qrcode: Disable tests., Marius Bakke, 2017/02/15
- 01/08: gnu: python-tabulate: Disable tests.,
Marius Bakke <=
- 04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests., Marius Bakke, 2017/02/15
- 05/08: gnu: python-sphinx-rtd-theme: Disable tests., Marius Bakke, 2017/02/15
- 07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests., Marius Bakke, 2017/02/15