From 841e718dee0830f26b14580ee8ebcb692cc84bab Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 8 Sep 2025 22:58:24 +0800 Subject: [PATCH] Add documentation for test dependency groups on mobile platforms. (#2574) --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 26f015cb..00c57218 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1576,7 +1576,7 @@ tests. This can be used to avoid having to redefine test dependencies in `test-requires` if they are already defined in `pyproject.toml`. Platform-specific environment variables are also available:
-`CIBW_TEST_GROUPS_MACOS` | `CIBW_TEST_GROUPS_WINDOWS` | `CIBW_TEST_GROUPS_LINUX` | `CIBW_TEST_GROUPS_PYODIDE` +`CIBW_TEST_GROUPS_MACOS` | `CIBW_TEST_GROUPS_WINDOWS` | `CIBW_TEST_GROUPS_LINUX` | `CIBW_TEST_GROUPS_ANDROID` | `CIBW_TEST_GROUPS_IOS` | `CIBW_TEST_GROUPS_PYODIDE` #### Examples