diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-08-03 22:41:55 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-08-06 19:03:09 -0300 |
| commit | 6e2272faba9a8fafcb66f4ed2ebff272ca4b1c93 (patch) | |
| tree | 035d049f8d0d9082775c77ad8f8b690a7a4c3aa0 | |
| parent | 4bd7bba67c4f831a22621ee2ed77305306062706 (diff) | |
gnu: python-qdarkstyle: Enable tests.
* gnu/packages/python-xyz.scm (python-qdarkstyle)[arguments]: Remove
'#:tests? #f'.
[native-inputs]: Add python-pytest.
Change-Id: I81d7684dd0ee4a17eb5b72dd2744bbc5f6ac4fe2
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 742a95f09d..6b65e112d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)) |
