From 05c66d405a942ca9ce2de1f31f8ccf2a7409e774 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 31 Oct 2025 02:44:25 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.3