From 6e2272faba9a8fafcb66f4ed2ebff272ca4b1c93 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 3 Aug 2025 22:41:55 -0300 Subject: gnu: python-qdarkstyle: Enable tests. * gnu/packages/python-xyz.scm (python-qdarkstyle)[arguments]: Remove '#:tests? #f'. [native-inputs]: Add python-pytest. Change-Id: I81d7684dd0ee4a17eb5b72dd2744bbc5f6ac4fe2 --- gnu/packages/python-xyz.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 742a95f09d4..6b65e112d1b 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)) -- cgit v1.3