diff options
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 41ea34249b..a8276d16b1 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1041,7 +1041,7 @@ report generation engine.") (base32 "0gymjcnvjx9snyrzdbmjnk93ibb161q72xam29vnl3yyac4r1330")))) (build-system pyproject-build-system) - (native-inputs (list python-nose)) + (native-inputs (list python-nose python-setuptools python-wheel)) (propagated-inputs (list python-cached-property python-configargparse python-jinja2 python-six @@ -2174,7 +2174,8 @@ timeout has been exceeded.") ;; 'hypothesis' plugin is not in the environment (due to ;; <http://issues.guix.gnu.org/25235>), which would cause the test suite ;; to fail (see: https://github.com/pytest-dev/pytest-forked/issues/54). - (list python-pytest-bootstrap python-setuptools-scm)) + (list python-pytest-bootstrap python-setuptools + python-setuptools-scm python-wheel)) (home-page "https://github.com/pytest-dev/pytest-forked") (synopsis "Pytest plugin to run tests in isolated forked subprocesses") (description "This package provides a Pytest plugin which enables running @@ -2499,7 +2500,7 @@ executed.") (lambda _ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$(package-version this-package))))))) - (native-inputs (list python-setuptools-scm)) + (native-inputs (list python-setuptools-scm python-setuptools python-wheel)) (propagated-inputs (list python-pytest)) (home-page "https://github.com/pytest-dev/pytest-asyncio") (synopsis "Pytest support for asyncio") @@ -2992,7 +2993,9 @@ a Pytest test execution.") python-mypy python-pytest python-pyyaml + python-setuptools python-regex)) + (native-inputs (list python-wheel)) (home-page "https://github.com/TypedDjango/pytest-mypy-plugins") (synopsis "Pytest plugin for writing tests for mypy plugins") (description "This package provides a pytest plugin for writing tests for |