summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_multiprocessing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_multiprocessing.py b/Lib/test/test_multiprocessing.py
index 14341be..04df45d 100644
--- a/Lib/test/test_multiprocessing.py
+++ b/Lib/test/test_multiprocessing.py
@@ -1756,6 +1756,7 @@ globals().update(testcases_threads)
def test_main(run=None):
if sys.platform.startswith("linux") and not os.path.exists("/dev/shm"):
+ from test.test_support import TestSkipped
raise TestSkipped("Missing required /dev/shm device on Linux!")
if run is None: