summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-21 12:25:21 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-21 12:25:21 +0200
commit38d829cf24cd56499dcc1010c9c40bc8dc93ab18 (patch)
treeb06f232fa27aaa0f63fdbd2a2ea331cade986383 /gnu/packages/python-xyz.scm
parent42d8257e03f8ba89313c0fa298eb7e9d53c63811 (diff)
downloadguix-patches-38d829cf24cd56499dcc1010c9c40bc8dc93ab18.tar
guix-patches-38d829cf24cd56499dcc1010c9c40bc8dc93ab18.tar.gz
gnu: python-argh: Remove python-tox.
* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
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