python/setuptools: update to 75.5.0
[oi-userland.git] / components / python / setuptools / patches / 03-no-pytest-perf.patch
blob8cc428970087799e2524948ed497145a93aa049c
1 https://github.com/pypa/setuptools/issues/4050
3 --- setuptools-75.5.0/pyproject.toml.orig
4 +++ setuptools-75.5.0/pyproject.toml
5 @@ -50,7 +50,6 @@
6 "ini2toml[lite]>=0.14",
7 "tomli-w>=1.0.0",
8 "pytest-timeout",
9 - 'pytest-perf; sys_platform != "cygwin"', # workaround for jaraco/inflect#195, pydantic/pydantic-core#773 (see #3986)
10 # for tools/finalize.py
11 'jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"',
12 "pytest-home >= 0.5",