python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pytest-checkdocs / patches / 01-no-ruff.patch
blob1449d0f52b3656d61e85e737c7e69d8367a8ba9a
1 We have no pytest-ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- pytest_checkdocs-2.13.0/pyproject.toml.orig
5 +++ pytest_checkdocs-2.13.0/pyproject.toml
6 @@ -35,7 +35,6 @@
7 "pytest-cov",
8 "pytest-mypy",
9 "pytest-enabler >= 2.2",
10 - "pytest-ruff >= 0.2.1",
12 # local
13 "types-docutils", # pytest-checkdocs#13