Skip to content

Commit e375bb9

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

crates/ty_python_semantic/mdtest.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ 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(
110+
os.environ,
111+
CLICOLOR_FORCE="1",
112+
INSTA_FORCE_PASS="1",
113+
INSTA_OUTPUT="none",
114+
),
110115
capture_output=capture_output,
111116
text=True,
112117
check=False,

0 commit comments

Comments
 (0)