Archived
1
0
Fork 0

gnu: python-sacn: Enable tests.

* gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests.

Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
This commit is contained in:
jgart 2024-07-11 15:41:20 -05:00
parent 91a773a65e
commit b06e8e1f67
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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