Skip to content

Commit 18ff2c5

Browse files
authored
docs: Update info for CIBW_TEST_EXTRAS (#1582)
Update setuptools link to new URL, and add `pyproject.toml` as a source file (as already done in the example).
1 parent 98b83af commit 18ff2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,11 +1345,11 @@ Platform-specific environment variables are also available:<br/>
13451345
> Install your wheel for testing using `extras_require`
13461346
13471347
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)
13491349
options that should be included when installing the wheel prior to running the
13501350
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`.
13531353

13541354
Platform-specific environment variables are also available:<br/>
13551355
`CIBW_TEST_EXTRAS_MACOS` | `CIBW_TEST_EXTRAS_WINDOWS` | `CIBW_TEST_EXTRAS_LINUX`

0 commit comments

Comments
 (0)