These test requirements are not needed to run tests. --- pylint-3.3.1/requirements_test_min.txt.orig +++ pylint-3.3.1/requirements_test_min.txt @@ -1,4 +1,4 @@ -.[testutils,spelling] +.[testutils] # astroid dependency is also defined in pyproject.toml astroid==3.3.4 # 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.1/requirements_test.txt.orig +++ pylint-3.3.1/requirements_test.txt @@ -1,10 +1,6 @@ -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 -# Type packages for mypy -types-pkg_resources==0.1.3 tox>=3