GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#70858] [PATCH v5 47/48] gnu: python-loguru: Remove python-pytest-mypy-plugins.
Date: Thu, 27 Feb 2025 15:27:48 +0100
* 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.
---
 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 58dcb3c896..2537b9a63c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35072,11 +35072,12 @@ (define-public python-loguru
       #~(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))
-- 
2.48.1





This bug report was last modified 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.