summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-07-15 17:56:41 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-16 20:46:41 +0200
commit56f9579105c324ff15250423bf9f8bdf1634cfb4 (patch)
treeeee8d331457fe90a5c428d9c697533610cd57b70 /docs/internals
parent00c724f2f255bd3c28a73cc51db8a052644ff949 (diff)
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 69a21109f3..c56b875aed 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -27,6 +27,9 @@ details on these changes.
* The default sitemap protocol for sitemaps built outside the context of a
request will change from ``'http'`` to ``'https'``.
+* The ``extra_tests`` argument for ``DiscoverRunner.build_suite()`` and
+ ``DiscoverRunner.run_tests()`` will be removed.
+
.. _deprecation-removed-in-4.1:
4.1