jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / pytest-ignore-flaky / patches / 02-no-ruff.patch
blob995a51c986b1d33102a6c1a47b4eca901dbc92cf
1 We have no ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- pytest_ignore_flaky-2.2.1/pyproject.toml.orig
5 +++ pytest_ignore_flaky-2.2.1/pyproject.toml
6 @@ -44,7 +44,6 @@
7 "pytest-cov",
8 "pytest-mypy",
9 "pytest-enabler >= 2.2",
10 - "pytest-ruff >= 0.2.1",
12 # local
13 'importlib_resources; python_version < "3.12"',