mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pytest-django: Use python-pytest@3.
* gnu/packages/django.scm (python-pytest-django)[propagated-inputs]: Replace python-pytest with python-pytest-3.0.
This commit is contained in:
parent
ce4dfde0d8
commit
f737d9f2fb
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
|
;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -150,7 +151,7 @@ (define-public python-pytest-django
|
||||||
`(("python-django" ,python-django)
|
`(("python-django" ,python-django)
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest-3.0)))
|
||||||
(home-page "http://pytest-django.readthedocs.org/")
|
(home-page "http://pytest-django.readthedocs.org/")
|
||||||
(synopsis "Django plugin for py.test")
|
(synopsis "Django plugin for py.test")
|
||||||
(description "Pytest-django is a plugin for py.test that provides a set of
|
(description "Pytest-django is a plugin for py.test that provides a set of
|
||||||
|
|
Loading…
Reference in a new issue