mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/tests/xmpp: fix after xmpp >= 1.9
`ClientXMPP.process` is gone but trivial to diy in our case. see https://slixmpp.readthedocs.io/en/latest/howto/remove_process.html
This commit is contained in:
parent
8e166f7ad2
commit
b80cb24a08
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ writeScriptBin "send-message" ''
|
|||
# MUC
|
||||
ct.register_plugin('xep_0045')
|
||||
ct.connect(("${connectTo}", 5222))
|
||||
ct.process(forever=False)
|
||||
ct.loop.run_until_complete(ct.disconnected)
|
||||
|
||||
if not ct.test_succeeded:
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue