guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit edc80109231fb8e951506f78475f705a63eb28b2
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 02:50:46 2025 +0100

    build-system/pyproject: Remove python-pytest-mypy inputs.
    
    * gnu/packages/check.scm (python-pytest-perf)[native-inputs]: Remove
    python-pytest-mypy.
    
    * gnu/packages/python-xyz.scm (python-portalocker)
    [native-inputs]: Remove python-pytest-mypy.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/check.scm      | 1 -
 gnu/packages/python-xyz.scm | 1 -
 2 files changed, 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e123061c74..043db6afa8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2950,7 +2950,6 @@ mypy plugins.")
      (list python-pytest
            python-pytest-checkdocs
            python-pytest-enabler
-           python-pytest-mypy
            python-setuptools
            python-wheel))
     (propagated-inputs
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2d82d47c84..41399ebc99 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7671,7 +7671,6 @@ PDF, PNG, EPS and SVG).")
                 "0lawjm736vs86wlnxc3qqh37l11z0yx81xq3dmrw33m86kaq2bh3"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-pytest
-                         python-pytest-mypy
                          python-pytest-timeout
                          python-redis
                          python-setuptools

Reply via email to