perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pylint / patches / 01-test-requirements.patch
blobf23ae62e507b4535a0581b249a8f1219faea037b
1 These test requirements are not needed to run tests.
3 --- pylint-3.3.2/requirements_test_min.txt.orig
4 +++ pylint-3.3.2/requirements_test_min.txt
5 @@ -1,4 +1,4 @@
6 -.[testutils,spelling]
7 +.[testutils]
8 # astroid dependency is also defined in pyproject.toml
9 astroid==3.3.5 # Pinned to a specific version for tests
10 typing-extensions~=4.12
11 @@ -6,7 +6,6 @@
12 pytest~=8.3
13 pytest-benchmark~=4.0
14 pytest-timeout~=2.3
15 -towncrier~=24.8
16 requests
17 # Voluntary for test purpose, not actually used in prod, see #8904
18 setuptools;python_version>='3.12'
19 --- pylint-3.3.2/requirements_test.txt.orig
20 +++ pylint-3.3.2/requirements_test.txt
21 @@ -1,10 +1,6 @@
22 -r requirements_test_min.txt
23 coverage~=7.6
24 -tbump~=6.11.0
25 -contributors-txt>=1.0.0
26 pytest-cov~=5.0
27 pytest-xdist~=3.6
28 six
29 -# Type packages for mypy
30 -types-pkg_resources==0.1.3
31 tox>=3