mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-py: Disable tests.
* gnu/packages/python.scm (python-py, python2-py)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
e46a043ecd
commit
dcb0da7bff
1 changed files with 6 additions and 0 deletions
|
@ -1625,6 +1625,12 @@ (define-public python-py
|
||||||
(base32
|
(base32
|
||||||
"0561gz2w3i825gyl42mcq14y3dcgkapfiv5zv9a2bz15qxiijl56"))))
|
"0561gz2w3i825gyl42mcq14y3dcgkapfiv5zv9a2bz15qxiijl56"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
||||||
|
;; '/gnu/store/...-python-pytest-mimimal-3.0.5/lib/python3.5/site-packages'.
|
||||||
|
;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
|
||||||
|
;; Is this module globally installed?"
|
||||||
|
'(#:tests? #f))
|
||||||
(home-page "http://pylib.readthedocs.org/")
|
(home-page "http://pylib.readthedocs.org/")
|
||||||
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue