GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
Message #442 received at 70858 <at> debbugs.gnu.org (full text, mbox):
* 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 c4c174bbbe..c8ccb422d2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35035,11 +35035,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.