gnu: ptpython: Disable tests.

* gnu/packages/python.scm (ptpython, ptpython2)[arguments]: Set #:tests? #f.
master
Marius Bakke 2016-12-16 13:39:07 +01:00
parent 0d90875974
commit 329553482d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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)