gnu: python-argh: Remove python-tox.
* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
This commit is contained in:
parent
42d8257e03
commit
38d829cf24
1 changed files with 1 additions and 2 deletions
|
@ -22805,8 +22805,7 @@ (define-public python-argh
|
|||
("python-mock" ,python-mock)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-pytest-cov" ,python-pytest-cov)
|
||||
("python-pytest-xdist" ,python-pytest-xdist)
|
||||
("python-tox" ,python-tox)))
|
||||
("python-pytest-xdist" ,python-pytest-xdist)))
|
||||
(home-page "https://github.com/neithere/argh/")
|
||||
(synopsis "Argparse wrapper with natural syntax")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue