[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: python-pygsp: Add missing input.
From: |
guix-commits |
Subject: |
02/03: gnu: python-pygsp: Add missing input. |
Date: |
Sat, 4 May 2024 04:18:57 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit e83ec16b69b21b76a642b1612915018a39d0861a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 4 10:14:48 2024 +0200
gnu: python-pygsp: Add missing input.
* gnu/packages/graph.scm (python-pygsp)[native-inputs]: Add python-pytest.
Change-Id: I94cd4e160dcbecfbb491c0d101bcbeb761189876
---
gnu/packages/graph.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 179ff450ab..8be720215e 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -552,7 +552,9 @@ algorithm for a number of different methods.")
(("suites.append\\(test_docstrings.*")
"")))))))
(propagated-inputs (list python-numpy python-scikit-image python-scipy))
- (native-inputs (list python-coverage python-coveralls python-flake8))
+ (native-inputs
+ (list python-coverage python-coveralls python-flake8
+ python-pytest))
(home-page "https://github.com/epfl-lts2/pygsp")
(synopsis "Graph Signal Processing in Python")
(description "The PyGSP is a Python package to ease signal processing on