guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pytest-django: Build with pytest-6.


From: guix-commits
Subject: branch master updated: gnu: python-pytest-django: Build with pytest-6.
Date: Mon, 22 Mar 2021 03:20:37 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ccb7d13  gnu: python-pytest-django: Build with pytest-6.
ccb7d13 is described below

commit ccb7d1340d51b54ec6c916bd2a32b8ac3d334e51
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 22 09:19:27 2021 +0200

    gnu: python-pytest-django: Build with pytest-6.
    
    * gnu/packages/django.scm (python-pytest-django)[propagated-inputs]:
    Replace python-pytest with python-pytest-6.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 6628759..7122ba3 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
-;;; Copyright © 2016, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
@@ -346,7 +346,7 @@ size and quality.")
        ;; For tests.
        ("python-pytest-xdist" ,python-pytest-xdist)))
     (propagated-inputs
-     `(("python-pytest" ,python-pytest)))
+     `(("python-pytest" ,python-pytest-6)))
     (home-page "https://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]