diff --git a/Lib/test/test_uuid.py b/Lib/test/test_uuid.py index b749abce39d..b4dd459720d 100644 --- a/Lib/test/test_uuid.py +++ b/Lib/test/test_uuid.py @@ -314,6 +314,7 @@ def test_ifconfig_getnode(self): import sys print(""" WARNING: uuid._ifconfig_getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly.""", file=sys.__stdout__) + sys.__stdout__.flush() return import os @@ -342,6 +343,7 @@ def test_unixdll_getnode(self): import sys print(""" WARNING: uuid._unixdll_getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly.""", file=sys.__stdout__) + sys.__stdout__.flush() return import os @@ -357,6 +359,7 @@ def test_getnode(self): import sys print(""" WARNING: uuid.getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly.""", file=sys.__stdout__) + sys.__stdout__.flush() return node1 = uuid.getnode()