gnu: python-configargparse: Use INVOKE.

* gnu/packages/python.scm (python-configargparse)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-02 12:47:03 +01:00 committed by Ricardo Wurmus
parent cd70798a23
commit ec933e05a2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7455,7 +7455,7 @@ (define-public python-configargparse
;; NOTE: Many tests do not run because they rely on Python's
;; built-in test.test_argparse, but we remove the unit tests from
;; our Python installation.
(zero? (system* "python" "setup.py" "test")))))))
(invoke "python" "setup.py" "test"))))))
(synopsis "Replacement for argparse")
(description "A drop-in replacement for argparse that allows options to also
be set via config files and/or environment variables.")