mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: python-pytest-checkdocs: Fix build.
* gnu/packagess/python-check.scm (python-pytest-checkdocs) [native-inputs]: Add python-pytest.
This commit is contained in:
parent
0f77e50139
commit
cf2f5ca51b
1 changed files with 2 additions and 1 deletions
|
@ -722,7 +722,8 @@ (define-public python-pytest-checkdocs
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue