diff options
| -rw-r--r-- | gnu/packages/graph.scm | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 | 
