Skip to content

Commit 0fbef5d

Browse files
Copilotmrjf
andauthored
Fix test file formatting for CI
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent e14a028 commit 0fbef5d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/unit/test_crane_score.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,7 @@ def test_crane_score_full_parity_without_golden_cutover_gates_cannot_reach_one()
220220
"all_go_golden_tests",
221221
"no_python_runtime_dependency",
222222
}
223-
gates = [
224-
line
225-
for line in _deletion_gates()
226-
if json.loads(line)["name"] not in omitted_gates
227-
]
223+
gates = [line for line in _deletion_gates() if json.loads(line)["name"] not in omitted_gates]
228224

229225
score = _run_score([*_parity_passes(302), _package_pass(), *gates])
230226
gates_by_name = _gates(score)

0 commit comments

Comments
 (0)