fritzkink
2024-04-01 b68622b3bcc9c2c3c9928514166e178cdcb46175
commit | author | age
636e59 1 --- pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py.orig
MT 2 +++ pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py
3f50bf 3 @@ -18,6 +18,8 @@
MT 4  def test_pyproject_toml(config_file: str) -> None:
5      subprocess.check_output(
6          [
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(
15          [
16 +            "python",
17 +            "-m",
18              "pytest",
19              "--mypy-ini-file",
20              config_file,