perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / pydantic_core / patches / 01-pytest-plugins.patch
blob0bec1618c977476657eb5185b024ce0db47017ae
1 pytest-pretty and pytest-speed are not needed to run tests
3 --- pydantic_core-2.27.1/pyproject.toml.orig
4 +++ pydantic_core-2.27.1/pyproject.toml
5 @@ -60,9 +60,7 @@
6 'pytest',
7 # pytest-examples currently depends on aiohttp via black; we don't want to build it on platforms like aarch64 musllinux in CI
8 'pytest-examples; implementation_name == "cpython" and platform_machine == "x86_64"',
9 - 'pytest-speed',
10 'pytest-mock',
11 - 'pytest-pretty',
12 'pytest-timeout',
13 'python-dateutil',
14 # numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux