guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-cookies: Use the correct version of pytest.


From: guix-commits
Subject: 05/05: gnu: python-cookies: Use the correct version of pytest.
Date: Wed, 11 Mar 2020 17:45:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cb18f2bf3191dccc94af43371218acbc65da7b85
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 11 22:36:02 2020 +0100

    gnu: python-cookies: Use the correct version of pytest.
    
    * gnu/packages/python-web.scm (python-cookies)[native-inputs]: Change
    PYTHON2-PYTEST to PYTHON-PYTEST.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d294e43..07c1ceb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1834,7 +1834,7 @@ for overriding static files.")
      `(;; test are broken: https://gitlab.com/sashahart/cookies/issues/3
        #:tests? #f))
     (native-inputs
-     `(("python-pytest" ,python2-pytest)))
+     `(("python-pytest" ,python-pytest)))
     (synopsis "HTTP cookie parser and renderer")
     (description "A RFC 6265-compliant HTTP cookie parser and renderer in
 Python.")



reply via email to

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