Update README
This commit is contained in:
@@ -424,10 +424,10 @@ Comma-separated list of
|
|||||||
[extras_require](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies)
|
[extras_require](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies)
|
||||||
options that should be included when installing the wheel prior to running the
|
options that should be included when installing the wheel prior to running the
|
||||||
tests. This can be used to avoid having to redefine test dependencies in
|
tests. This can be used to avoid having to redefine test dependencies in
|
||||||
``CIBW_TEST_REQUIRES`` if they are already defined in ``setup.py`` or
|
`CIBW_TEST_REQUIRES` if they are already defined in `setup.py` or
|
||||||
``setup.cfg``.
|
`setup.cfg`.
|
||||||
|
|
||||||
Example: `test,qt` (will cause the wheel to be installed with ``pip install <wheel_file>[test,qt])
|
Example: `test,qt` (will cause the wheel to be installed with `pip install <wheel_file>[test,qt]`)
|
||||||
|
|
||||||
|
|
||||||
Platform-specific variants also available:
|
Platform-specific variants also available:
|
||||||
|
|||||||
Reference in New Issue
Block a user