mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Tests: fix race condition in output

Open robsdedude opened this issue 1 year ago • 0 comments

These tests (testForIterable, testYieldNested) consistently fail on my machine. I suspect this is because some output is printed to stdout and some to stderr. Since the streams are not synchronized this is inherently racy.

robsdedude avatar Aug 16 '24 11:08 robsdedude