lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit d480598b0da9a6af90a8cb3bcc2a98de01d1854e
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 10:24:15 2021 +0100
gnu: python-venusian: Remove obsolete argument.
* gnu/packages/python-web.scm (python-venusian)[arguments]: Remove
#:test-target.
---
gnu/packages/python-web.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3dbec0e76b..55067dea6a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5458,7 +5458,6 @@ major web browsers.")
`(("python-pytest" ,python-pytest)
("python-runner" ,python-pytest-runner)
("python-pytest-cov" ,python-pytest-cov)))
- (arguments '(#:test-target "pytest"))
(home-page "https://docs.pylonsproject.org/projects/venusian")
(synopsis "Library for deferring decorator actions")
(description