mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-daemon: Fix test failure.
* gnu/packages/python-xyz.scm (python-daemon)[arguments]: Patch one test & remove trailing #t.
This commit is contained in:
parent
aec6bd0169
commit
83651eef15
1 changed files with 7 additions and 3 deletions
|
@ -4055,13 +4055,17 @@ logging and tracing of the execution.")
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'disable-tests
|
||||
(add-before 'check 'adjust-tests
|
||||
(lambda _
|
||||
;; Drop use of testtools.helpers.safe_hasattr which has
|
||||
;; been removed in favor of hasattr.
|
||||
(substitute* "test/test_metadata.py"
|
||||
(("testtools\\.helpers\\.safe_hasattr")
|
||||
"hasattr"))
|
||||
;; FIXME: Determine why test fails
|
||||
(substitute* "test/test_daemon.py"
|
||||
(("test_detaches_process_context")
|
||||
"skip_test_detaches_process_context"))
|
||||
#t)))))
|
||||
"skip_test_detaches_process_context")))))))
|
||||
(propagated-inputs
|
||||
(list python-lockfile))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue