~ruther/guix-local

84dec447ac5377dd88dc44b2c071cad26766bfe5 — Nicolas Goaziou 4 months ago e423fbd
gnu: calibre: Really fix flaky test.

* gnu/packages/ebook.scm (calibre)[arguments]: Fix regexp used to skip said
test.

This is a followup to af4a28a464065154d423711e96ebf11f61a26993.

Change-Id: I2629d89a973de9557ed38a08fd6c5455d44c9c60
1 files changed, 1 insertions(+), 1 deletions(-)

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