gnu: python-sacn: Enable tests.
* gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
parent
91a773a65e
commit
b06e8e1f67
|
@ -24701,6 +24701,13 @@ manipulation, or @code{stdout}.")
|
|||
(sha256
|
||||
(base32 "02pqfwwx83lgb8nj9p0s6vyi1s7wjgbx9k0bzlyz8qapszzdsr37"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "-vv")))))))
|
||||
(native-inputs (list python-pytest))
|
||||
(home-page "https://github.com/Hundemeier/sacn")
|
||||
(synopsis
|
||||
|
|
Reference in New Issue