guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pytest-localserver: Fix test suite.


From: Efraim Flashner
Subject: 01/02: gnu: python-pytest-localserver: Fix test suite.
Date: Sun, 18 Nov 2018 04:43:37 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 45a2346f329935bd6837e5fa3eca6232ef694242
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 18 11:39:09 2018 +0200

    gnu: python-pytest-localserver: Fix test suite.
    
    * gnu/packages/check.scm (python-pytest-localserver): Replace custom
    'check phase.
---
 gnu/packages/check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 24a9902..d852952 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1351,11 +1351,11 @@ the last py.test invocation.")
                "08f06rvj31wqf0vgmd1waya87r7vy6x8ck48lxl3dxy83q5gcam7"))))
     (build-system python-build-system)
     (arguments
-      `(#:phases (modify-phases %standard-phases
+     '(#:phases
+       (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             (invoke "py.test" "--genscript=runtests.py")
-             (invoke "py.test"))))))
+             (invoke "py.test" "-v"))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)
        ("python-requests" ,python-requests)



reply via email to

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