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.
This commit is contained in:
Maxim Cournoyer 2022-07-13 22:34:58 -04:00
parent b33e1a183f
commit 692c2ad327
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16220,7 +16220,11 @@ (define-public python-gevent
"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~%"