diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 13:39:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 13:39:07 +0100 |
commit | 329553482d0632e35b3c0028548b004f8cb32aec (patch) | |
tree | c9bd34a1f3982be88392e996e013dab325c1dc9b /gnu | |
parent | 0d9087597467c3e34cf614a5475bfb0ea75b133b (diff) | |
download | patches-329553482d0632e35b3c0028548b004f8cb32aec.tar patches-329553482d0632e35b3c0028548b004f8cb32aec.tar.gz |
gnu: ptpython: Disable tests.
* gnu/packages/python.scm (ptpython, ptpython2)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 18a8b58873..fece7cdb75 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10798,6 +10798,8 @@ characters, mouse support, and auto suggestions.") (base32 "1mmbiyzf0n8hm7z2a562x7w5cbl6jc0zsk6vp40q1z4cyblv1k13")))) (build-system python-build-system) + (arguments + '(#:tests? #f)) ; FIXME: No tests in pypi tarball. (propagated-inputs `(("python-docopt" ,python-docopt) ("python-jedi" ,python-jedi) |