lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit df92e29f1468f140326f740c3f6c3e7bfa71b511
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 10:27:59 2021 +0100
gnu: python-hupper: Remove obsolete argument.
* gnu/packages/python-web.scm (python-hupper)[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 55067dea6a..fa9d1984c2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5563,7 +5563,6 @@ according to the standard set by PasteDeploy")
(base32
"1nbc648d110jx6ziji980cdmzsd14p8fqrcarsdvr1vm5jvm2vyd"))))
(build-system python-build-system)
- (arguments '(#:test-target "pytest"))
(native-inputs
(list python-pytest python-pytest-runner python-watchdog python-mock
python-pytest-cov))