lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit fb75183e7fa3855ae2ba0d26636bd7ac3b4243df
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Fri Dec 31 15:04:50 2021 +0100
gnu: python-qstylizer: Remove obsolete argument.
* gnu/packages/python-xyz.scm (python-qstylizer)[arguments]: Remove
#:test-target.
---
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 8216be854d..1f55138d46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13659,8 +13659,7 @@ for atomic file system operations.")
(base32 "0zvkn6g1dn51kkw33v8qrlnwlmf5h6sw1ay3bh14ifjr8b9xsjjz"))))
(build-system python-build-system)
(arguments
- `(#:test-target "pytest"
- #:phases
+ `(#:phases
(modify-phases %standard-phases
(add-before 'build 'set-pbr-version
(lambda _