python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / jaraco.packaging / patches / 01-no-ruff.patch
blob215a651d573bec47ef276dabd563ada42575b1a0
1 We have no pytest-ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- jaraco_packaging-10.2.3/pyproject.toml.orig
5 +++ jaraco_packaging-10.2.3/pyproject.toml
6 @@ -38,7 +38,6 @@
7 "pytest-cov",
8 "pytest-mypy",
9 "pytest-enabler >= 2.2",
10 - "pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
12 # local
13 "types-docutils",