mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pytooling: Enable tests.
* gnu/packages/python-xyz.scm (python-pytooling) [arguments] <test-flags>: Skip just 3 tests. [native-inputs]: Add git-minimal/pinned, python-colorama, python-pytest, and python-ruamel.yaml. Change-Id: If3318a1634c2f1d90378b7a69156da5cc413ad5e
This commit is contained in:
@@ -2912,8 +2912,22 @@ configuration file.")
|
|||||||
(base32 "18psdd7033zknvw0hs93dryp39k9bjj5b9zza83wvyhjxvdwn05d"))))
|
(base32 "18psdd7033zknvw0hs93dryp39k9bjj5b9zza83wvyhjxvdwn05d"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; requires recent versions of mypy and lxml
|
(list
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
#:test-flags
|
||||||
|
#~(list "tests/unit"
|
||||||
|
"-k" (string-join
|
||||||
|
;; Tests checking in /usr/bin and /usr/bin/git paths.
|
||||||
|
(list "not test_BinaryDirectory"
|
||||||
|
"test_ExecutablePath"
|
||||||
|
"test_VersionFlag")
|
||||||
|
" and not "))))
|
||||||
|
(native-inputs
|
||||||
|
(list git-minimal/pinned
|
||||||
|
python-colorama
|
||||||
|
python-pytest
|
||||||
|
python-ruamel.yaml
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://pytooling.github.io/pyTooling/")
|
(home-page "https://pytooling.github.io/pyTooling/")
|
||||||
(synopsis "Miscellaneous Python tools")
|
(synopsis "Miscellaneous Python tools")
|
||||||
(description
|
(description
|
||||||
|
|||||||
Reference in New Issue
Block a user