diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-15 13:07:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-15 13:07:12 +0300 |
commit | cf2f5ca51b6482c6bccb1598e29704a2d2fdc595 (patch) | |
tree | ed85930327fbf01a055ec43f548b416afb2e21c4 /gnu/packages | |
parent | 0f77e50139b023cb1a5a82ac3a0b9b7fa990c45b (diff) | |
download | guix-cf2f5ca51b6482c6bccb1598e29704a2d2fdc595.tar.gz guix-cf2f5ca51b6482c6bccb1598e29704a2d2fdc595.zip |
gnu: python-pytest-checkdocs: Fix build.
* gnu/packagess/python-check.scm (python-pytest-checkdocs)
[native-inputs]: Add python-pytest.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-check.scm | 3 |
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 |