Doc: fix syntax in pyproject.toml for TEST_EXTRAS
This commit is contained in:
+1
-1
@@ -1132,7 +1132,7 @@ Platform-specific environment variables are also available:<br/>
|
|||||||
```toml
|
```toml
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
# Will cause the wheel to be installed with `pip install <wheel_file>[test,qt]`
|
# 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.
|
In configuration files, you can use an inline array, and the items will be joined with a comma.
|
||||||
|
|||||||
Reference in New Issue
Block a user