From 4bdc3c29edf26004b6c36c733030cfb3f33cb2d1 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Wed, 13 May 2026 21:50:45 +0200 Subject: [PATCH] docs: Update README.md: Use ci-chatmail instead of nine (#8238) IIRC, using nine.testrun.org for testing is bad, and ci-chatmail should be used instead? --- deltachat-rpc-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-client/README.md b/deltachat-rpc-client/README.md index a0992e1fc..a24ea1204 100644 --- a/deltachat-rpc-client/README.md +++ b/deltachat-rpc-client/README.md @@ -29,7 +29,7 @@ $ pip install . 1. Build `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`. 2. Install tox `pip install -U tox` -3. Run `CHATMAIL_DOMAIN=nine.testrun.org PATH="../target/debug:$PATH" tox`. +3. Run `CHATMAIL_DOMAIN=ci-chatmail.testrun.org PATH="../target/debug:$PATH" tox`. Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.