Document %pyproject_buildrequires -x a -x b
This commit is contained in:
parent
6ae1be028b
commit
ea43eebba6
@ -80,7 +80,7 @@ The popular buildsystems (setuptools, flit, poetry) do support it.
|
||||
For projects that specify test requirements using an [`extra`
|
||||
provide](https://packaging.python.org/specifications/core-metadata/#provides-extra-multiple-use),
|
||||
these can be added using the `-x` flag.
|
||||
Multiple extras can be supplied as a comma separated list.
|
||||
Multiple extras can be supplied by repeating the flag or as a comma separated list.
|
||||
For example, if upstream suggests installing test dependencies with
|
||||
`pip install mypackage[testing]`, the test deps would be generated by:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user