mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
39ca6bade6
commit
4ae394522c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user