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
|
@ -476,6 +476,8 @@ concepts.")
|
|||
(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 New Issue