guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-gevent: Disable failing test on i686-


From: guix-commits
Subject: branch master updated: gnu: python-gevent: Disable failing test on i686-linux.
Date: Wed, 13 Jul 2022 22:39:13 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 692c2ad327 gnu: python-gevent: Disable failing test on i686-linux.
692c2ad327 is described below

commit 692c2ad327f9e85de5f0b850d86674762558cc05
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jul 13 22:34:58 2022 -0400

    gnu: python-gevent: Disable failing test on i686-linux.
    
    Fixes <https://issues.guix.gnu.org/42553>.
    
    * gnu/packages/python-xyz.scm (python-gevent)
    [phases]{adjust-tests}: Skip the test__core_stat.py test suite.
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index efcd51db95..cd81cee0f9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16220,7 +16220,11 @@ graphviz.")
                                "test__doctests.py"
                                "test__all__.py"
                                "test___config.py"
-                               "test__execmodules.py")))
+                               "test__execmodules.py"
+                               ;; This test contains 'test_unlink', which
+                               ;; fails on i686 (see:
+                               ;; 
https://github.com/gevent/gevent/issues/1558).
+                               "test__core_stat.py")))
                         (call-with-output-file "skipped_tests.txt"
                           (lambda (port)
                             (format port "~a~%"



reply via email to

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