mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python2-sh: Fix build.
* gnu/packages/python-xyz.scm (python-sh): Fix build error with Python 2 due to failing tests.
This commit is contained in:
parent
f6beefafd1
commit
ca983a2fc1
1 changed files with 2 additions and 0 deletions
|
@ -476,6 +476,8 @@ (define-public python-sh
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
|
;; XXX: A Python 2 test fails when HOME=/homeless-shelter.
|
||||||
|
(setenv "HOME" "/tmp")
|
||||||
(invoke "python" "sh.py" "test"))))))
|
(invoke "python" "sh.py" "test"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-coverage" ,python-coverage)))
|
`(("python-coverage" ,python-coverage)))
|
||||||
|
|
Loading…
Reference in a new issue