summaryrefslogtreecommitdiff
path: root/gnu/packages/graphviz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2023-02-21 17:55:35 +0100
committerAndreas Enge <andreas@enge.fr>2023-02-21 17:55:46 +0100
commit78a1eee08932e4512885f065d13472acc20e5970 (patch)
treeec3e569656c093f3c686e3d4a9cc7a6620bff0a2 /gnu/packages/graphviz.scm
parent35db2444b9aad121a3be05365b4b5a2d5e242fcd (diff)
gnu: python-graphviz: Add native input.
* gnu/packages/graphviz.scm (python-graphviz)[native-inputs]: Add python-mock. This partially reverts commit 3d388fe3d0475f2e991ae061cc1364529a97af42
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r--gnu/packages/graphviz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 34aa1dc470..dd5d2de87b 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -194,6 +194,7 @@ interfaces for other technical domains.")
(list unzip
;; For tests.
graphviz
+ python-mock
python-pytest
python-pytest-cov
python-pytest-mock))