guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: python-flake8: Do not use the 'bootstrap' pytest.


From: guix-commits
Subject: 08/12: gnu: python-flake8: Do not use the 'bootstrap' pytest.
Date: Thu, 6 May 2021 13:16:06 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 47516f818e32438ad8edaaaab0c2661ca4092b32
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 6 15:49:25 2021 +0200

    gnu: python-flake8: Do not use the 'bootstrap' pytest.
    
    * gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from
    PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 31c8b81..fbaec6e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9022,7 +9022,7 @@ complexity of Python source code.")
        ("python-mccabe" ,python-mccabe)))
     (native-inputs
      `(("python-mock" ,python-mock)
-       ("python-pytest" ,python-pytest-bootstrap)))
+       ("python-pytest" ,python-pytest)))
     (home-page "https://gitlab.com/pycqa/flake8";)
     (synopsis
       "The modular source code checker: pep8, pyflakes and co")



reply via email to

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