repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python/elasticsearch: update to 8.16.0
[oi-userland.git]
/
components
/
python
/
zipp
/
patches
/
02-no-ruff.patch
blob
ddc6dc2e39f87a37881f66068ee5969820db35b9
1
We have no pytest-ruff support yet.
2
see https://github.com/tikv/jemallocator/issues/58
3
4
--- zipp-3.21.0/pyproject.toml.orig
5
+++ zipp-3.21.0/pyproject.toml
6
@@ -54,7 +54,6 @@
7
8
check = [
9
"pytest-checkdocs >= 2.4",
10
- "pytest-ruff >= 0.2.1; sys_platform != 'cygwin'",
11
]
12
13
cover = [