gnu: python-pathlib: Disable tests.
* gnu/packages/python.scm (python-pathlib)[arguments]: Disable tests.
This commit is contained in:
parent
ced12a7bff
commit
92a312dc86
|
@ -8799,11 +8799,9 @@ library.")
|
||||||
(base32
|
(base32
|
||||||
"17zajiw4mjbkkv6ahp3xf025qglkj0805m9s41c45zryzj6p2h39"))))
|
"17zajiw4mjbkkv6ahp3xf025qglkj0805m9s41c45zryzj6p2h39"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
;; The tests depend on the internal "test" module, which does not provide
|
||||||
`(#:phases
|
;; a stable interface.
|
||||||
(modify-phases %standard-phases
|
(arguments `(#:tests? #f))
|
||||||
(replace 'check
|
|
||||||
(lambda _ (zero? (system* "python" "./test_pathlib.py")))))))
|
|
||||||
(home-page "https://pathlib.readthedocs.org/")
|
(home-page "https://pathlib.readthedocs.org/")
|
||||||
(synopsis "Object-oriented file system paths")
|
(synopsis "Object-oriented file system paths")
|
||||||
(description "Pathlib offers a set of classes to handle file system paths.
|
(description "Pathlib offers a set of classes to handle file system paths.
|
||||||
|
|
Loading…
Reference in New Issue