From 84dec447ac5377dd88dc44b2c071cad26766bfe5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 27 Oct 2025 09:21:06 +0100 Subject: [PATCH] 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 --- gnu/packages/ebook.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 09f59584d94..11e629bb4bf 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -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)