[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-argh: Remove python-tox.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-argh: Remove python-tox. |
Date: |
Mon, 21 Jun 2021 06:25:59 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 38d829c gnu: python-argh: Remove python-tox.
38d829c is described below
commit 38d829cf24cd56499dcc1010c9c40bc8dc93ab18
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 21 12:25:21 2021 +0200
gnu: python-argh: Remove python-tox.
* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove
python-tox.
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb263a6..7270aef 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-argh: Remove python-tox.,
guix-commits <=