guix-commits
[Top][All Lists]
Advanced

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

52/150: gnu: python-pytest-xvfb: Remove obsolete test target.


From: guix-commits
Subject: 52/150: gnu: python-pytest-xvfb: 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 7f60b8dcee48ae6f265f6f4cef263ec82edeacb7
Author: Lars-Dominik Braun <lars@6xq.net>
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 _



reply via email to

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