mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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
|
||||
(replace 'check
|
||||
(lambda _
|
||||
;; XXX: A Python 2 test fails when HOME=/homeless-shelter.
|
||||
(setenv "HOME" "/tmp")
|
||||
(invoke "python" "sh.py" "test"))))))
|
||||
(native-inputs
|
||||
`(("python-coverage" ,python-coverage)))
|
||||
|
|
Loading…
Reference in a new issue