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 | |
| 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')
| -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.") | |||
| 38730 | (sha256 | 38730 | (sha256 |
| 38731 | (base32 "0x2zkskia5lb1838ys0bhpp9v6y80jkhchzdz874spbhzggx4zrs")))) | 38731 | (base32 "0x2zkskia5lb1838ys0bhpp9v6y80jkhchzdz874spbhzggx4zrs")))) |
| 38732 | (build-system pyproject-build-system) | 38732 | (build-system pyproject-build-system) |
| 38733 | (arguments | ||
| 38734 | (list | ||
| 38735 | #:test-flags #~(list "--ignore-glob=tests/mypy/*.py"))) | ||
| 38733 | (native-inputs | 38736 | (native-inputs |
| 38734 | (list python-mypy | 38737 | (list python-pytest |
| 38735 | python-pytest | ||
| 38736 | python-setuptools | 38738 | python-setuptools |
| 38737 | python-setuptools-scm)) | 38739 | python-setuptools-scm)) |
| 38738 | (propagated-inputs | 38740 | (propagated-inputs |
