Skip to content

Commit fdc0436

Browse files
stroxlermeta-codesync[bot]
authored andcommitted
Remove skip_determinism_check for parso
Summary: I don't think this has had nondeterminism since the fixpoint implementation; it became nondeterministic just before I landed that, and I think as a result my cleanup diff missed it.: Reviewed By: rchen152 Differential Revision: D97504787 fbshipit-source-id: 905bf38e147937df4bc9f2d8b61bffd2670060f9
1 parent 0f17fc4 commit fdc0436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ def get_mypy_primer_projects() -> list[Project]:
561561
pyrefly_cmd="{pyrefly} parso",
562562
expected_mypy_success=True,
563563
cost={"pyright": 75},
564-
skip_determinism_check=True,
565564
),
566565
Project(
567566
location="https://github.com/konradhalas/dacite",

0 commit comments

Comments
 (0)