guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 92a42de58574aa34dcb629e119830a861a147e69
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 23 11:52:14 2025 +0100
gnu: python-pyvistaqt: Fix tests.
* gnu/packages/python-science.scm (python-pyvistaqt)[native-inputs]:
Add python-pyqt-6.
Change-Id: I9c1d29224109a97db47f4ce27d7ba9a98f650625
---
gnu/packages/python-science.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 1f7d78edf6..12a0dc7d20 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5465,6 +5465,7 @@ visual integration of spatially referenced datasets.")
(native-inputs (list python-ipython
python-matplotlib
python-numpy
+ python-pyqt-6
python-pytest
python-pytest-cov
python-pytest-qt