mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-23 05:41:13 -05:00
tests: Don't use keyring during tests
Many systems don't have a keyring configured for DBus by default, which requires extra setup in order to run the proxy tests successfully.
This commit is contained in:
parent
d425e2d188
commit
c13bd1329b
@ -116,7 +116,7 @@ async def pan_proxy_server(tempdir, aiohttp_server):
|
||||
|
||||
server_name = faker.hostname()
|
||||
|
||||
config = ServerConfig(server_name, urlparse("https://example.org"))
|
||||
config = ServerConfig(server_name, urlparse("https://example.org"), keyring=False)
|
||||
|
||||
pan_queue = janus.Queue()
|
||||
ui_queue = janus.Queue()
|
||||
|
Loading…
Reference in New Issue
Block a user