--- pytest_mypy_plugins-3.2.0/pytest_mypy_plugins/tests/test_explicit_configs.py.orig
+++ pytest_mypy_plugins-3.2.0/pytest_mypy_plugins/tests/test_explicit_configs.py
@@ -18,6 +18,8 @@
 def test_pyproject_toml(config_file: str) -> None:
     subprocess.check_output(
         [
+            "python",
+            "-m",
             "pytest",
             "--mypy-pyproject-toml-file",
             config_file,
@@ -38,6 +40,8 @@
 def test_ini_files(config_file: str) -> None:
     subprocess.check_output(
         [
+            "python",
+            "-m",
             "pytest",
             "--mypy-ini-file",
             config_file,