gettext: fix build with gcc-14; enhance test environment
[oi-userland.git] / components / python / keyring / patches / 03-no-ruff.patch
blob7411d3e6d3ba7f07b2ef4b8eab9e228f31b307b1
1 We have no pytest-ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- keyring-25.5.0/pyproject.toml.orig
5 +++ keyring-25.5.0/pyproject.toml
6 @@ -60,7 +60,6 @@
8 check = [
9 "pytest-checkdocs >= 2.4",
10 - "pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
13 cover = [