summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-10-15 13:07:12 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-10-15 13:07:12 +0300
commitcf2f5ca51b6482c6bccb1598e29704a2d2fdc595 (patch)
treeed85930327fbf01a055ec43f548b416afb2e21c4 /gnu/packages/python-check.scm
parent0f77e50139b023cb1a5a82ac3a0b9b7fa990c45b (diff)
downloadguix-patches-cf2f5ca51b6482c6bccb1598e29704a2d2fdc595.tar
guix-patches-cf2f5ca51b6482c6bccb1598e29704a2d2fdc595.tar.gz
gnu: python-pytest-checkdocs: Fix build.
* gnu/packagess/python-check.scm (python-pytest-checkdocs) [native-inputs]: Add python-pytest.
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 0f70dc4285..80deb245e6 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -722,7 +722,8 @@ in Pytest.")
("python-importlib-metadata" ,python-importlib-metadata)
("python-more-itertools" ,python-more-itertools)))
(native-inputs
- `(("python-setuptools-scm" ,python-setuptools-scm)))
+ `(("python-setuptools-scm" ,python-setuptools-scm)
+ ("python-pytest" ,python-pytest)))
(home-page "https://github.com/jaraco/pytest-checkdocs")
(synopsis "Check the README when running tests")
(description