diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-21 12:25:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-21 12:25:21 +0200 |
commit | 38d829cf24cd56499dcc1010c9c40bc8dc93ab18 (patch) | |
tree | b06f232fa27aaa0f63fdbd2a2ea331cade986383 /gnu/packages | |
parent | 42d8257e03f8ba89313c0fa298eb7e9d53c63811 (diff) | |
download | guix-38d829cf24cd56499dcc1010c9c40bc8dc93ab18.tar.gz guix-38d829cf24cd56499dcc1010c9c40bc8dc93ab18.zip |
gnu: python-argh: Remove python-tox.
* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bb263a6f20..7270aefa1b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22805,8 +22805,7 @@ standard error channel (stderr) in your program.") ("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 |