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/>
13451345> Install your wheel for testing using ` extras_require `
13461346
13471347List 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 )
13491349options that should be included when installing the wheel prior to running the
13501350tests. 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 ` .
13531353
13541354Platform-specific environment variables are also available:<br />
13551355` CIBW_TEST_EXTRAS_MACOS ` | ` CIBW_TEST_EXTRAS_WINDOWS ` | ` CIBW_TEST_EXTRAS_LINUX `
You can’t perform that action at this time.
0 commit comments