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

commit 290819f88fba1e76135aaf4c0ff96d82e67a4694
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 13:01:30 2025 +0100

    gnu: python-loguru: Remove python-pytest-mypy-plugins.
    
    * gnu/packages/python-xyz.scm (python-loguru)
    [arguments]: Add in {test-flags} to skip the concerned test file.
    [native-inputs]: Remove python-pytest-mypy-plugins.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8eec17c885..be8a610d96 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31438,11 +31438,12 @@ older versions of Python and so are packaged here.")
       #~(list"--numprocesses" (number->string (parallel-job-count))
              ;; All of these fail with: error: Cannot find implementation or
              ;; library stub for module named "loguru"
-             "--ignore=tests/typesafety/test_logger.yml")))
+             "--ignore=tests/typesafety/test_logger.yml"
+             ;; Removes mypy dependency
+             "--ignore=tests/test_type_hinting.py")))
     (native-inputs
      (list python-freezegun
            python-pytest
-           python-pytest-mypy-plugins
            python-pytest-xdist
            python-setuptools
            python-wheel))

Reply via email to