aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-check.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 5c584698b5..a276452a69 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -271,6 +271,7 @@ times and detect flakyness.")
(sha256
(base32 "1h31m68igz670bzl307hazjrfbr8pk14mxflllar18ydmlrnl677"))))
(build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(propagated-inputs (list python-pytest))
(home-page "https://github.com/AdamGleave/pytest-shard")
(synopsis "Pytest plugin for sharding tests")
/tr> 2019-05-22gnu: Add squirrel....* gnu/packages/squirrel.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Andy Tai