Doc: fix syntax in pyproject.toml for TEST_EXTRAS

This commit is contained in:
Sebastian Müller
2021-10-11 10:05:10 +02:00
committed by GitHub
parent 25b2980038
commit 8e344b11f3
+1 -1
View File
@@ -1132,7 +1132,7 @@ Platform-specific environment variables are also available:<br/>
```toml
[tool.cibuildwheel]
# Will cause the wheel to be installed with `pip install <wheel_file>[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.