python/setuptools: update to 75.5.0
[oi-userland.git] / components / python / setuptools / patches / 02-no-ruff.patch
blob3b4506fd0525e6925adaa068f5068eb8a9d24ed6
1 We have no pytest-ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- setuptools-75.5.0/pyproject.toml.orig
5 +++ setuptools-75.5.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 = [