diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-31 02:44:25 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:23 +0100 |
| commit | 05c66d405a942ca9ce2de1f31f8ccf2a7409e774 (patch) | |
| tree | 1218503ff82e7d6abae6aa12db561679d8df1ed2 /gnu/packages/python-xyz.scm | |
| parent | 8b30c24930ae8a8fa73129f5ced01130cee5c341 (diff) | |
gnu: python-typeguard: Lift python-mypy native-input.
* gnu/packages/python-xyz.scm (python-typeguard)
[arguments]<#:test-flags>: Ignore mypy tests.
[native-inputs]: Remove python-mypy.
Change-Id: Iaea7809ace069935473a4aaab712747d4318a8ba
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3e2cc34092c..e8d182da35c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -38730,9 +38730,11 @@ Python versions that don't natively support them.") (sha256 (base32 "0x2zkskia5lb1838ys0bhpp9v6y80jkhchzdz874spbhzggx4zrs")))) (build-system pyproject-build-system) + (arguments + (list + #:test-flags #~(list "--ignore-glob=tests/mypy/*.py"))) (native-inputs - (list python-mypy - python-pytest + (list python-pytest python-setuptools python-setuptools-scm)) (propagated-inputs |
