mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: python-twobitreader: Disable the test suite.
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-twobitreader to fail. * gnu/packages/bioinformatics.scm (python-twobitreader, python2-twobitreader)[arguments]: Disable the tests.
This commit is contained in:
parent
ed8bc028f7
commit
900fb8d005
1 changed files with 5 additions and 0 deletions
|
@ -1435,6 +1435,11 @@ (define-public python-twobitreader
|
||||||
"0y408fp6psqzwxpcpqn0wp7fr41dwz8d54wpj6j261fj5q8vs169"))))
|
"0y408fp6psqzwxpcpqn0wp7fr41dwz8d54wpj6j261fj5q8vs169"))))
|
||||||
(properties `((python2-variant . ,(delay python2-twobitreader))))
|
(properties `((python2-variant . ,(delay python2-twobitreader))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(;; Tests are not distributed in the PyPi release.
|
||||||
|
;; TODO Try building from the Git repo or asking the upstream maintainer
|
||||||
|
;; to distribute the tests on PyPi.
|
||||||
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
(home-page "https://github.com/benjschiller/twobitreader")
|
(home-page "https://github.com/benjschiller/twobitreader")
|
||||||
|
|
Loading…
Reference in a new issue