gnu: python2-pystache: Use INVOKE.

* gnu/packages/python-xyz.scm (python2-pystache)[arguments]: Unconditionally
return #T from "check" phase.
master
Ricardo Wurmus 2019-01-23 18:16:49 +01:00
parent 8d46679951
commit dfafc29bcf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -2145,7 +2145,7 @@ logic-free templating system Mustache.")
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "python" "test_pystache.py")))))))))
(invoke "python" "test_pystache.py"))))))))
(define-public python-joblib
(package