guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-jaraco-functools: Disable flaky test.


From: guix-commits
Subject: 01/03: gnu: python-jaraco-functools: Disable flaky test.
Date: Mon, 22 Aug 2022 16:53:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b5c07581c4df0f49807fdbf43ba257bcb57b96a6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 21 02:00:00 2022 +0200

    gnu: python-jaraco-functools: Disable flaky test.
    
    * gnu/packages/python-xyz.scm (python-jaraco-functools)[arguments]:
    Skip the "test_function_throttled".
    
    Reported by Lumine in #guix.
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 079e087b10..542f90ae29 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8337,8 +8337,11 @@ module with a few extra procedures.")
               (lambda* (#:key tests? #:allow-other-keys)
                 (when tests?
                   ;; Do not test the myproject.toml build as it tries to pull
-                  ;; dependencies from the Internet.
-                  (invoke "pytest" "-vv" "-k" "not project"))))))))
+                  ;; dependencies from the Internet.  Do not run a test that
+                  ;; tries to emulate a broken proprietary CI set-up, fails
+                  ;; to do so correctly, and then throws an error about it.
+                  (invoke "pytest" "-vv" "-k"
+                          "not project and not test_function_throttled"))))))))
     (native-inputs
      (modify-inputs
          (package-native-inputs python-jaraco-functools-bootstrap)



reply via email to

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