diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-14 18:47:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:10 +0100 |
| commit | a04004bc08ddec68f3bbc6690a16b3c724dd7eb0 (patch) | |
| tree | a356768273a32af037c2167f7f10ccd073db7413 /gnu/packages/python-xyz.scm | |
| parent | 7de95c0c18caf9a1f03445eedb66e16bae8a4177 (diff) | |
gnu: python-wrapt: Use python-mypy-for-tests.
* gnu/packages/python-xyz.scm (python-wrapt)[native-inputs]: Replace
python-mypy by python-mypy-for-tests.
Change-Id: I293b435e155dee4c635ede3933e987e4015017ff
Relates-to: guix/guix!7207
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5a4454fb5a..748c09cd2f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -41231,7 +41231,7 @@ notebooks.") ;; mypy_function_wrapper_fn_t6.py #~(list "--deselect=tests/conftest.py::mypy_function_wrapper_fn_t6"))) (native-inputs - (list python-mypy ;hard dependencies in tests + (list python-mypy-for-tests ;hard dependencies in tests python-pytest python-setuptools)) (home-page "https://github.com/GrahamDumpleton/wrapt") |
