mirror of
https://github.com/chatmail/relay.git
synced 2026-06-11 14:11:08 +00:00
fix: pin chatmail core to 2.49.0
2.50.0 has delete_server_after config removed, but it is still used in the tests.
This commit is contained in:
@@ -19,8 +19,8 @@ dependencies = [
|
|||||||
"pytest-xdist",
|
"pytest-xdist",
|
||||||
"execnet",
|
"execnet",
|
||||||
"imap_tools",
|
"imap_tools",
|
||||||
"deltachat-rpc-client",
|
"deltachat-rpc-client==2.49.0",
|
||||||
"deltachat-rpc-server",
|
"deltachat-rpc-server==2.49.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user