lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 5a245d8c3eb34bae60ad8954ad01f82095614d16
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 10:14:47 2021 +0100
gnu: python-pastedeploy: Remove obsolete argument.
* gnu/packages/python-web.scm (python-pastedeploy)[arguments]: Remove
#:test-target.
---
gnu/packages/python-web.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4ba4ff5dd5..b1dc4a91ab 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2957,8 +2957,6 @@ and to spawn subprocesses to handle requests.")
(sha256
(base32 "05s88qdjdwd9d9qs13fap7nqgxs7qs5qfzzjbrc5va13k2mxdskd"))))
(build-system python-build-system)
- (arguments
- '(#:test-target "pytest"))
(native-inputs
(list python-pytest python-pytest-runner))
(home-page "https://pylonsproject.org/")