~ruther/guix-local

af4a28a464065154d423711e96ebf11f61a26993 — Nicolas Goaziou 4 months ago d1e02ce
gnu: calibre: Skip flaky test.

* gnu/packages/ebook.scm (calibre) [arguments]: Skip websockets test, which
seems to fail randomly.

Change-Id: Ieef7668700829f6e4ea16ed02ddf72656e836e32
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/ebook.scm
M gnu/packages/ebook.scm => gnu/packages/ebook.scm +5 -0
@@ 263,6 263,11 @@ with Microsoft Compiled HTML (CHM) files")
              (substitute* "src/calibre/utils/seven_zip.py"
                (("(def test_basic\\(\\).*)" line)
                 (string-append line "\n    return True\n")))))
          (add-after 'unpack 'skip-flaky-test
            (lambda _
              (substitute* "src/calibre/srv/tests/web_sockets.py"
                (("(def test_websocket_basic\\(\\).*)" line)
                 (string-append line "\n    return True\n")))))
          (add-before 'build 'configure
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "setup/build.py"