summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-06 10:38:21 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-06 10:44:10 +0100
commitd41e298828176bcb661077102a1d82ac418fb181 (patch)
treea1e502a8e862412841b9d474ecd0bb956275edf6 /docs
parent67126f0735cecd1e5439b057f5cc8defa07f3215 (diff)
downloadpython-setuptools-git-d41e298828176bcb661077102a1d82ac418fb181.tar.gz
Add markup to highlight deprecation of test-related keywords
Diffstat (limited to 'docs')
-rw-r--r--docs/references/keywords.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/references/keywords.rst b/docs/references/keywords.rst
index f0527859..a9a53c9e 100644
--- a/docs/references/keywords.rst
+++ b/docs/references/keywords.rst
@@ -273,7 +273,10 @@ Keywords
specified test suite, e.g. via ``setup.py test``. See the section on the
:ref:`test <test>` command below for more details.
- New in 41.5.0: Deprecated the test command.
+ .. warning::
+ .. deprecated:: 41.5.0
+ The test command will be removed in a future version of ``setuptools``,
+ alongside any test configuration parameter.
``tests_require``
If your project's tests need one or more additional packages besides those
@@ -285,7 +288,10 @@ Keywords
the system where the tests are run, but only downloaded to the project's setup
directory if they're not already installed locally.
- New in 41.5.0: Deprecated the test command.
+ .. warning::
+ .. deprecated:: 41.5.0
+ The test command will be removed in a future version of ``setuptools``,
+ alongside any test configuration parameter.
.. _test_loader:
@@ -310,7 +316,10 @@ Keywords
as long as you use the ``tests_require`` option to ensure that the package
containing the loader class is available when the ``test`` command is run.
- New in 41.5.0: Deprecated the test command.
+ .. warning::
+ .. deprecated:: 41.5.0
+ The test command will be removed in a future version of ``setuptools``,
+ alongside any test configuration parameter.
``eager_resources``
A list of strings naming resources that should be extracted together, if