guix-commits
[Top][All Lists]
Advanced

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

81/103: gnu: python-tqdm: Skip failing test.


From: guix-commits
Subject: 81/103: gnu: python-tqdm: Skip failing test.
Date: Wed, 5 Jan 2022 09:44:39 -0500 (EST)

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

commit 5281a826d670916526b8c2c2201ad770fe514d48
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 15:18:37 2021 +0100

    gnu: python-tqdm: Skip failing test.
    
    * gnu/packages/python-xyz.scm (python-tqdm)[arguments]: Remove custom
     #:phases in favor of #:test-flags and disable failing test.
---
 gnu/packages/python-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 324de05291..e48e054ac4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19581,11 +19581,9 @@ ignoring formatting changes.")
            (base32
              "1bjpy4mjg6ryp0ijvqi77vgs76l5hh3zrv3x4vmcwxrlbswvvppb"))))
     (build-system python-build-system)
+    ;; Skip failing tests and performance tests.
     (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda _
-                      (invoke "pytest" "-vv" "-k" "not perf"))))))
+     '(#:test-flags '("-vv" "-k" "not perf and not test_rlock_creation")))
     (native-inputs
      (list python-pytest python-pytest-asyncio python-pytest-timeout
            python-setuptools-scm python-toml))



reply via email to

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