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

commit 43a8309cfacc2f7a32ca81a889db0a23f6877eaa
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Oct 31 02:44:25 2025 +0100

    gnu: python-typeguard: Lift python-mypy native-input.
    
    * gnu/packages/python-xyz.scm (python-typeguard)
    [arguments]<#:test-flags>: Ignore mypy tests.
    [native-inputs]: Remove python-mypy.
    
    Change-Id: Iaea7809ace069935473a4aaab712747d4318a8ba
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 74336ea052..660eb999a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38624,9 +38624,11 @@ Python versions that don't natively support them.")
        (sha256
         (base32 "0x2zkskia5lb1838ys0bhpp9v6y80jkhchzdz874spbhzggx4zrs"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:test-flags #~(list "--ignore-glob=tests/mypy/*.py")))
     (native-inputs
-     (list python-mypy
-           python-pytest
+     (list python-pytest
            python-setuptools
            python-setuptools-scm))
     (propagated-inputs

Reply via email to