diff --git a/README.md b/README.md index 1abf349..153e5bc 100644 --- a/README.md +++ b/README.md @@ -372,8 +372,7 @@ python -m test.run_tests ### macOS Users If you're running the tests on macOS and encounter `BlockingIOError`, run the tests with unbuffered output: ```bash -macOS Users -If you're running the tests on macOS and encounter BlockingIOError, run the tests with unbuffered output: +python -u -m test.run_tests ``` ### Running Specific Tests