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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9358a6e62b32b6287cd0ecd478f4914d16beba5a;p=python 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 d747845bc9,2dc03ee700..e63f9f254c --- 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