mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typeguard-4: Ignore failing tests.
* gnu/packages/python-xyz.scm (python-typeguard-4) [arguments]<#:test-flags>: Ignore failing tests. Change-Id: I0e23eb81cab942c9838d9561268f51b57a461d89 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8cb1f36593
commit
91f9fb68ac
1 changed files with 1 additions and 1 deletions
|
@ -27430,7 +27430,7 @@ with PEP 484 argument (and return) type annotations.")
|
||||||
(base32 "11yrc7pv2fajmicwiyc92sb5gphlw3zbxww8f2prrsh6rgdv6kqr"))))
|
(base32 "11yrc7pv2fajmicwiyc92sb5gphlw3zbxww8f2prrsh6rgdv6kqr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'())
|
(list #:test-flags '(list "--ignore=tests/mypy")))
|
||||||
(propagated-inputs (list python-typing-extensions))
|
(propagated-inputs (list python-typing-extensions))
|
||||||
(native-inputs (modify-inputs (package-native-inputs python-typeguard)
|
(native-inputs (modify-inputs (package-native-inputs python-typeguard)
|
||||||
(append python-setuptools python-wheel)))))
|
(append python-setuptools python-wheel)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue