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

commit 1b15b8101997989ec7bf8670207e693db8e25608
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 33d1ad031d..cb802b454e 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 1e8e97b4bc..2757614cb0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7705,7 +7705,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