Skip to content

Commit 841e718

Browse files
authored
Add documentation for test dependency groups on mobile platforms. (#2574)
1 parent 0826975 commit 841e718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ tests. This can be used to avoid having to redefine test dependencies in
15761576
`test-requires` if they are already defined in `pyproject.toml`.
15771577

15781578
Platform-specific environment variables are also available:<br/>
1579-
`CIBW_TEST_GROUPS_MACOS` | `CIBW_TEST_GROUPS_WINDOWS` | `CIBW_TEST_GROUPS_LINUX` | `CIBW_TEST_GROUPS_PYODIDE`
1579+
`CIBW_TEST_GROUPS_MACOS` | `CIBW_TEST_GROUPS_WINDOWS` | `CIBW_TEST_GROUPS_LINUX` | `CIBW_TEST_GROUPS_ANDROID` | `CIBW_TEST_GROUPS_IOS` | `CIBW_TEST_GROUPS_PYODIDE`
15801580

15811581
#### Examples
15821582

0 commit comments

Comments
 (0)