mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-parso: Run the test suite.
* gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
This commit is contained in:
parent
1475094a45
commit
4eb97c254e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue