perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / setuptools / patches / 02-no-ruff.patch
blobf37767e38bde4bc05d223baaccf26c879d3b2935
1 We have no pytest-ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- setuptools-75.6.0/pyproject.toml.orig
5 +++ setuptools-75.6.0/pyproject.toml
6 @@ -110,12 +110,8 @@
7 check = [
8 # upstream
9 "pytest-checkdocs >= 2.4",
10 - "pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
12 # local
14 - # changed defaults for PT001 and PT023 astral-sh/ruff#13292
15 - "ruff >= 0.7.0; sys_platform != 'cygwin'",
18 cover = [