mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue