lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 478c43fd8ff3de51f271585cf2b37f6043e86575
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Wed Dec 29 19:29:49 2021 +0100
gnu: python-entrypoint2: Remove obsolete test target.
* gnu/packages/python-xyz.scm (python-entrypoint2)[arguments]: Remove
#:test-target.
---
gnu/packages/python-xyz.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 241935b62a..5604e16d85 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17258,8 +17258,6 @@ as well.")
(sha256
(base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27"))))
(build-system python-build-system)
- (arguments
- `(#:test-target "pytest"))
(native-inputs
(list python-easyprocess python-pytest python-pytest-runner))
(home-page "https://github.com/ponty/entrypoint2")