From 18ff2c57c2558bd401d8c2639cc4271761f332e3 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Wed, 23 Aug 2023 03:41:51 +1200 Subject: [PATCH] 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). --- docs/options.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/options.md b/docs/options.md index 66dec0b7..8df4e8f2 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1345,11 +1345,11 @@ Platform-specific environment variables are also available:
> Install your wheel for testing using `extras_require` List of -[extras_require](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies) +[extras_require](https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#declaring-required-dependency) 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 -`CIBW_TEST_REQUIRES` if they are already defined in `setup.py` or -`setup.cfg`. +`CIBW_TEST_REQUIRES` if they are already defined in `pyproject.toml`, +`setup.cfg` or `setup.py`. Platform-specific environment variables are also available:
`CIBW_TEST_EXTRAS_MACOS` | `CIBW_TEST_EXTRAS_WINDOWS` | `CIBW_TEST_EXTRAS_LINUX`