aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 770603db58..d50a4bdf4e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1750,8 +1750,7 @@ supports coverage of subprocesses.")
(native-inputs
`(("unzip" ,unzip)))
(propagated-inputs
- `(("python-py" ,python-py)
- ("python-pytest" ,python-pytest)))
+ `(("python-pytest" ,python-pytest)))
(home-page "https://github.com/pytest-dev/pytest-mock/")
(synopsis "Thin-wrapper around the mock package for easier use with py.test")
(description