guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: python-funcy: Fix tests.


From: Danny Milosavljevic
Subject: 04/06: gnu: python-funcy: Fix tests.
Date: Sun, 4 Mar 2018 10:01:36 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 64cdd73c221fa43bdbde52946ed7edfe9c7b2009
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Mar 4 15:42:41 2018 +0100

    gnu: python-funcy: Fix tests.
    
    * gnu/packages/python.scm (python-funcy)[native-inputs]: Delete 
python-pytest-warnings.
---
 gnu/packages/python.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5f70170..970c835 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]