guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/103: gnu: python-entrypoint2: Remove obsolete test target.


From: guix-commits
Subject: 48/103: gnu: python-entrypoint2: Remove obsolete test target.
Date: Wed, 5 Jan 2022 09:44:34 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit c644c4e7f51970f00f2d005973144ea8be12946c
Author: Lars-Dominik Braun <lars@6xq.net>
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 a4a6230d1f..2f0acb029d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16184,8 +16184,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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]