From: Gregory P. Smith Date: Mon, 23 Jan 2017 06:19:51 +0000 (-0800) Subject: Skip the test requiring ctypes if ctypes is unavailable. X-Git-Tag: v3.6.1rc1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9358a6e62b32b6287cd0ecd478f4914d16beba5a;p=thirdparty%2FPython%2Fcpython.git Skip the test requiring ctypes if ctypes is unavailable. prevents http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio --- 9358a6e62b32b6287cd0ecd478f4914d16beba5a diff --cc Lib/test/test_subprocess.py index d747845bc919,2dc03ee7001b..e63f9f254cd2 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@@ -4,9 -5,9 +4,8 @@@ from test import suppor import subprocess import sys import platform - import ctypes import signal import io -import locale import os import errno import tempfile