mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-qdarkstyle: Enable tests.
* gnu/packages/python-xyz.scm (python-qdarkstyle)[arguments]: Remove '#:tests? #f'. [native-inputs]: Add python-pytest. Change-Id: I81d7684dd0ee4a17eb5b72dd2744bbc5f6ac4fe2
This commit is contained in:
parent
4bd7bba67c
commit
6e2272faba
1 changed files with 2 additions and 5 deletions
|
@ -35280,11 +35280,8 @@ handling those variations.")
|
|||
(base32
|
||||
"1bpi0asa7sd5ch6x6b60n5yias04nsx6kcwji40228g9lrs7y2qc"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(;; Fails unable to detect valid Qt bindings even when
|
||||
;; added as native-inputs.
|
||||
#:tests? #f))
|
||||
(native-inputs (list python-qtsass
|
||||
(native-inputs (list python-pytest
|
||||
python-qtsass
|
||||
python-setuptools
|
||||
python-watchdog
|
||||
python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue