projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed77f2e
)
add needed import
author
Benjamin Peterson
<benjamin@python.org>
Tue, 17 Jun 2008 23:01:59 +0000
(23:01 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Tue, 17 Jun 2008 23:01:59 +0000
(23:01 +0000)
Lib/test/test_multiprocessing.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_multiprocessing.py
b/Lib/test/test_multiprocessing.py
index 354a12dae170c04da754756df3af023673d8c496..66df2ab8f95528491b8e45d04350f2e0e9f88a92 100644
(file)
--- 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: