From cd70798a23750dba18266c0e551c68b7ef1b118b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 2 Jan 2019 12:46:33 +0100 Subject: gnu: python-docopt: Use INVOKE. * gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 00d60333a4..ebf56326e1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7343,7 +7343,7 @@ automatically detect a wide range of file encodings.") `(#:phases (modify-phases %standard-phases (replace 'check - (lambda _ (zero? (system* "py.test"))))))) + (lambda _ (invoke "py.test")))))) (home-page "http://docopt.org") (synopsis "Command-line interface description language for Python") (description "This library allows the user to define a command-line -- cgit v1.2.3