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:
Vinicius Monego 2025-08-03 22:41:55 -03:00
parent 4bd7bba67c
commit 6e2272faba
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

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