guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: python-pytest-django: Use address@hidden


From: Tobias Geerinckx-Rice
Subject: 02/07: gnu: python-pytest-django: Use address@hidden
Date: Mon, 23 Oct 2017 09:32:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f737d9f2fb71a28749e63de7af234d50c73139df
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 22 14:50:45 2017 +0200

    gnu: python-pytest-django: Use address@hidden
    
    * gnu/packages/django.scm (python-pytest-django)[propagated-inputs]: Replace
    python-pytest with python-pytest-3.0.
---
 gnu/packages/django.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index c70c074..f983b1a 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -150,7 +151,7 @@ with arguments to the field constructor.")
      `(("python-django" ,python-django)
        ("python-setuptools-scm" ,python-setuptools-scm)))
     (propagated-inputs
-     `(("python-pytest" ,python-pytest)))
+     `(("python-pytest" ,python-pytest-3.0)))
     (home-page "http://pytest-django.readthedocs.org/";)
     (synopsis "Django plugin for py.test")
     (description "Pytest-django is a plugin for py.test that provides a set of



reply via email to

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