summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2018-03-04 15:42:41 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2018-03-04 15:42:41 +0100
commit64cdd73c221fa43bdbde52946ed7edfe9c7b2009 (patch)
tree2333a7fc99d9a32ca43d7facf4a779278e7ee705
parent329dabe13bf98b899b907b45565434c5140804f5 (diff)
gnu: python-funcy: Fix tests.
* gnu/packages/python.scm (python-funcy)[native-inputs]: Delete python-pytest-warnings.
-rw-r--r--gnu/packages/python.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5f701701a4..970c835de6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12733,7 +12733,6 @@ functions by partial application of operators.")
(invoke "py.test"))))))
(native-inputs
`(("python-pytest" ,python-pytest)
- ("python-pytest-warnings" ,python-pytest-warnings)
("python-whatever" ,python-whatever)))
(home-page "http://github.com/Suor/funcy")
(synopsis "Functional tools")