diff options
| -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") |
