Flush output in sanity requirements update script. (#79774)

This keeps the subprocess output under the correct heading.
pull/79783/head
Matt Clay 1 year ago committed by GitHub
parent 8e80b03b33
commit 868d721d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ def main() -> None:
tests = [test for test in tests if test.name in test_names] if test_names else tests
for test in tests:
print(f'===[ {test.name} ]===')
print(f'===[ {test.name} ]===', flush=True)
test.freeze_requirements()

Loading…
Cancel
Save