ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / inline-snapshot / patches / 01-no-pyright.patch
blobfafdd7c739ff47dcc7b0acc2a3757291eb53c73c
1 We do not have pyright packaged yet.
3 --- inline_snapshot-0.14.0/pyproject.toml.orig
4 +++ inline_snapshot-0.14.0/pyproject.toml
5 @@ -112,7 +112,6 @@
6 "dirty-equals>=0.7.0",
7 "hypothesis>=6.75.5",
8 "mypy>=1.2.0",
9 - "pyright>=1.1.359",
10 "pytest-subtests>=0.11.0",
11 "pytest-freezer>=0.4.8",
12 "pydantic"
13 --- inline_snapshot-0.14.0/tests/test_typing.py.orig
14 +++ inline_snapshot-0.14.0/tests/test_typing.py
15 @@ -3,7 +3,7 @@
16 import pytest
19 -@pytest.fixture(params=["mypy", "pyright"])
20 +@pytest.fixture(params=["mypy"])
21 def check_typing(pytester, request):
22 prog = request.param