gnu: calibre: Really fix flaky test.

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

This is a followup to af4a28a464.

Change-Id: I2629d89a973de9557ed38a08fd6c5455d44c9c60
This commit is contained in:
Nicolas Goaziou 2025-10-27 09:21:06 +01:00
parent e423fbd7d4
commit 84dec447ac
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)