diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 45d175d7423..099a4c16511 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3591,10 +3591,7 @@ variables into the markdown template.") (("(^.*cov.*$|^.*flake8.*$)") ""))))))) (native-inputs (list python-pytest - python-pytest-cov - python-pytest-flake8 - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/python-lsp/docstring-to-markdown") (synopsis "On the fly conversion of Python docstrings to markdown") (description |
