gnu: python-parso: Run the test suite.

* gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
This commit is contained in:
Maxim Cournoyer 2019-09-10 22:34:22 +09:00
parent 1475094a45
commit 4eb97c254e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -14755,6 +14755,10 @@ (define-public python-parso
(native-inputs
`(("python-pytest" ,python-pytest)))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _ (invoke "pytest" "-vv"))))))
(home-page "https://github.com/davidhalter/parso")
(synopsis "Python Parser")
(description "Parso is a Python parser that supports error recovery and