mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ptpython: Disable tests.
* gnu/packages/python.scm (ptpython, ptpython2)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
0d90875974
commit
329553482d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue