diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-03-04 15:42:41 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-03-04 15:42:41 +0100 |
commit | 64cdd73c221fa43bdbde52946ed7edfe9c7b2009 (patch) | |
tree | 2333a7fc99d9a32ca43d7facf4a779278e7ee705 /gnu/packages/python.scm | |
parent | 329dabe13bf98b899b907b45565434c5140804f5 (diff) | |
download | guix-64cdd73c221fa43bdbde52946ed7edfe9c7b2009.tar guix-64cdd73c221fa43bdbde52946ed7edfe9c7b2009.tar.gz |
gnu: python-funcy: Fix tests.
* gnu/packages/python.scm (python-funcy)[native-inputs]: Delete python-pytest-warnings.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 1 |
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") |