mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
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:
parent
e423fbd7d4
commit
84dec447ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue