These test requirements are not needed to run tests.

--- pylint-3.3.7/requirements_test_min.txt.orig
+++ pylint-3.3.7/requirements_test_min.txt
@@ -1,4 +1,4 @@
-.[testutils,spelling]
+.[testutils]
 # astroid dependency is also defined in pyproject.toml
 astroid==3.3.8  # Pinned to a specific version for tests
 typing-extensions~=4.12
@@ -6,7 +6,6 @@
 pytest~=8.3
 pytest-benchmark~=4.0
 pytest-timeout~=2.3
-towncrier~=24.8
 requests
 # Voluntary for test purpose, not actually used in prod, see #8904
 setuptools;python_version>='3.12'
--- pylint-3.3.7/requirements_test.txt.orig
+++ pylint-3.3.7/requirements_test.txt
@@ -1,7 +1,5 @@
 -r requirements_test_min.txt
 coverage~=7.6
-tbump~=6.11.0
-contributors-txt>=1.0.0
 pytest-cov~=5.0
 pytest-xdist~=3.6
 six