Skip to content

Commit 1c3c87b

Browse files
committed
[ty] Set INSTA_FORCE_PASS and INSTA_OUTPUT environment variables from mdtest.py
1 parent 58a68f1 commit 1c3c87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ty_python_semantic/mdtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _run_mdtest(
106106
return subprocess.run(
107107
[self.mdtest_executable, *arguments],
108108
cwd=CRATE_ROOT,
109-
env=dict(os.environ, CLICOLOR_FORCE="1"),
109+
env=dict(os.environ, CLICOLOR_FORCE="1", INSTA_FORCE_PASS="1", INSTA_OUTPUT="none"),
110110
capture_output=capture_output,
111111
text=True,
112112
check=False,

0 commit comments

Comments
 (0)