remove imap_tools from dependencies (#6238)

This commit is contained in:
adb
2024-11-23 16:28:23 +01:00
committed by GitHub
parent daeeca3710
commit 407bc95ae5
5 changed files with 15 additions and 20 deletions

View File

@@ -25,7 +25,8 @@ $ pip install .
## Testing
1. Build `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`.
2. Run `CHATMAIL_DOMAIN=nine.testrun.org PATH="../target/debug:$PATH" tox`.
2. Install tox `pip install -U tox`
3. Run `CHATMAIL_DOMAIN=nine.testrun.org PATH="../target/debug:$PATH" tox`.
Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.