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
10 "pytest-subtests>=0.11.0",
11 "pytest-freezer>=0.4.8",
13 --- inline_snapshot-0.14.0/tests/test_typing.py.orig
14 +++ inline_snapshot-0.14.0/tests/test_typing.py
19 -@pytest.fixture(params=["mypy", "pyright"])
20 +@pytest.fixture(params=["mypy"])
21 def check_typing(pytester, request):