summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/option-j.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-j.py b/test/option-j.py
index 3dbedc0..278fd30 100644
--- a/test/option-j.py
+++ b/test/option-j.py
@@ -122,7 +122,7 @@ test.fail_test(start2 < finish1)
# succeeds.
test.run(arguments='-j 2 out')
-if sys.platform != 'win32':
+if sys.platform != 'win32' and sys.version_info[0] == 2:
# Test breaks on win32 when using real subprocess is not the only
# package to import threading
#