diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-07-15 17:56:41 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-16 20:46:41 +0200 |
| commit | 56f9579105c324ff15250423bf9f8bdf1634cfb4 (patch) | |
| tree | eee8d331457fe90a5c428d9c697533610cd57b70 /docs/internals | |
| parent | 00c724f2f255bd3c28a73cc51db8a052644ff949 (diff) | |
Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
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 |
