From fd1facedd168b7965ca3933951f10e0b90201d87 Mon Sep 17 00:00:00 2001 From: Twirre Meulenbelt <43213592+TwirreM@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:00:51 +0100 Subject: [PATCH] chore: update integration test run instructions No longer `--only-group`, but `--group` so that it also uses the default dependencies. ref: N25B-213 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa9584..22bcf3f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ uv run --only-group test pytest test/unit Or for integration tests: ```bash -uv run --only-group integration-test pytest test/integration +uv run --group integration-test pytest test/integration ``` ## GitHooks