File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1345,11 +1345,11 @@ Platform-specific environment variables are also available:<br/>
1345
1345
> Install your wheel for testing using ` extras_require `
1346
1346
1347
1347
List of
1348
- [ extras_require] ( https://setuptools.readthedocs .io/en/latest/setuptools .html#declaring-extras-optional-features-with-their-own-dependencies )
1348
+ [ extras_require] ( https://setuptools.pypa .io/en/latest/userguide/dependency_management .html#declaring-required-dependency )
1349
1349
options that should be included when installing the wheel prior to running the
1350
1350
tests. This can be used to avoid having to redefine test dependencies in
1351
- ` CIBW_TEST_REQUIRES ` if they are already defined in ` setup.py ` or
1352
- ` setup.cfg ` .
1351
+ ` CIBW_TEST_REQUIRES ` if they are already defined in ` pyproject.toml ` ,
1352
+ ` setup.cfg ` or ` setup.py ` .
1353
1353
1354
1354
Platform-specific environment variables are also available:<br />
1355
1355
` CIBW_TEST_EXTRAS_MACOS ` | ` CIBW_TEST_EXTRAS_WINDOWS ` | ` CIBW_TEST_EXTRAS_LINUX `
You can’t perform that action at this time.
0 commit comments