ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / pytest-mypy-plugins / patches / 01-pytest-indirectly.patch
blob870ae5b943d6394031a468446c3dca2d2f2b0fc4
1 --- pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py.orig
2 +++ pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py
3 @@ -18,6 +18,8 @@
4 def test_pyproject_toml(config_file: str) -> None:
5 subprocess.check_output(
7 + "python",
8 + "-m",
9 "pytest",
10 "--mypy-pyproject-toml-file",
11 config_file,
12 @@ -38,6 +40,8 @@
13 def test_ini_files(config_file: str) -> None:
14 subprocess.check_output(
16 + "python",
17 + "-m",
18 "pytest",
19 "--mypy-ini-file",
20 config_file,