diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 958a391eeb..1f3c8a7820 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21454,7 +21454,8 @@ respectively.") (propagated-inputs (list python-pytoolconfig)) (native-inputs - (list python-pre-commit + (list python-pip + python-pre-commit python-pytest python-pytest-cov python-pytest-timeout |