guix-commits
[Top][All Lists]
Advanced

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

53/150: gnu: python-pytest-qt: Remove obsolete test target.


From: guix-commits
Subject: 53/150: gnu: python-pytest-qt: Remove obsolete test target.
Date: Sun, 24 Apr 2022 05:12:21 -0400 (EDT)

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

commit b6f7959b00f1da3967423db9466d108d88fd50e0
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Dec 30 09:48:09 2021 +0100

    gnu: python-pytest-qt: Remove obsolete test target.
    
    * gnu/packages/python-check.scm (python-pytest-qt)[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 94e0c0be69..2172283635 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1511,8 +1511,7 @@ libraries.")
         (base32 "09c9psfn3zigpaw1l1cmynpa3csxa49wc2ih5lzl24skdkw0njvi"))))
     (build-system python-build-system)
     (arguments
-     `(#:test-target "pytest"
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'check 'set-qpa
            (lambda _



reply via email to

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