From 8e344b11f32fb13deaa01fb4e1e148cfa97f14d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Mon, 11 Oct 2021 10:05:10 +0200 Subject: [PATCH] Doc: fix syntax in pyproject.toml for TEST_EXTRAS --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 7afd1c26..fdd5332b 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1132,7 +1132,7 @@ Platform-specific environment variables are also available:
```toml [tool.cibuildwheel] # Will cause the wheel to be installed with `pip install [test,qt]` - test-extras: ["test", "qt"] + test-extras = ["test", "qt"] ``` In configuration files, you can use an inline array, and the items will be joined with a comma.