summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index c7ab746752..0edb1ca5c1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1751,7 +1751,7 @@ supports coverage of subprocesses.")
(base32 "0bdxwaak5clhsd63b9q65nf2amqqv5hfn7dskfakyldxsqnnh0y6"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-dotenv))
- (native-inputs (list python-pytest))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/quiqua/pytest-dotenv")
(synopsis "Automatically detect and load a .env file before running tests")
(description
@@ -1875,7 +1875,8 @@ contacting the real http server.")
(build-system pyproject-build-system)
(arguments (list #:tests? #false)) ;no tests included
(propagated-inputs (list python-attrs python-pytest))
- (native-inputs (list python-pytest python-pytest-cov python-xmlschema))
+ (native-inputs (list python-pytest python-pytest-cov python-setuptools
+ python-wheel python-xmlschema))
(home-page "https://github.com/pytest-dev/pytest-nunit")
(synopsis "Pytest plugin for generating NUnit3 test result XML output")
(description
@@ -3014,12 +3015,15 @@ mypy plugins.")
python-pytest-cov
python-pytest-enabler
python-pytest-flake8
- python-pytest-mypy))
+ python-pytest-mypy
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-jaraco-context
python-jaraco-functools
python-more-itertools
python-packaging
+ python-pip
python-pip-run
python-tempora))
(home-page "https://github.com/jaraco/pytest-perf")