diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 18a5dbaf8a..8b6e7980e0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31713,12 +31713,16 @@ older versions of Python and so are packaged here.") (arguments (list #:test-flags - #~(list"--numprocesses" (number->string (parallel-job-count))))) + #~(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" + ;; Removes mypy dependency + "--ignore=tests/test_type_hinting.py"))) (native-inputs (list python-flit-core python-freezegun python-pytest - python-pytest-mypy-plugins python-pytest-xdist python-setuptools)) (propagated-inputs