mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-scandir: Run the test suite.
* gnu/packages/python.scm (python-scandir)[arguments]: Replace CHECK-PHASE.
This commit is contained in:
parent
71a2d4176b
commit
cb723be5b9
1 changed files with 5 additions and 0 deletions
|
@ -11091,6 +11091,11 @@ (define-public python-scandir
|
|||
(sha256
|
||||
(base32 "0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "python" "test/run_tests.py"))))))
|
||||
(home-page "https://github.com/benhoyt/scandir")
|
||||
(synopsis "Directory iteration function")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue