lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 7f60b8dcee48ae6f265f6f4cef263ec82edeacb7
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 09:46:42 2021 +0100
gnu: python-pytest-xvfb: Remove obsolete test target.
* gnu/packages/python-check.scm (python-pytest-xvfb)[arguments]: Remove
#:test-target.
---
gnu/packages/python-check.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1698f50125..94e0c0be69 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1210,8 +1210,7 @@ rounds that are calibrated to the chosen timer.")
(base32 "1kyq5rg27dsnj7dc6x9y7r8vwf8rc88y2ppnnw6r96alw0nn9fn4"))))
(build-system python-build-system)
(arguments
- `(#:test-target "pytest"
- #:phases
+ `(#:phases
(modify-phases %standard-phases
(add-before 'build 'prepare-tests
(lambda _