ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / yamlfix / patches / 02-no-pydantic-factories.patch
blob705a3913f286a5f1582a6c232c8c80253dd318f7
1 pydantic-factories is not needed to run tests.
3 --- yamlfix-1.17.0/pyproject.toml.orig
4 +++ yamlfix-1.17.0/pyproject.toml
5 @@ -54,7 +54,6 @@
6 "pytest>=7.1.3",
7 "pytest-cov>=3.0.0",
8 "pytest-xdist>=3.0.2",
9 - "pydantic-factories>=1.6.1",
11 doc = [
12 "mkdocs>=1.3.1",