fix_1146_0.27

This commit is contained in:
Robin Mills 2020-04-09 17:46:49 +01:00
parent 0eb93927fa
commit 377395a2d6

View File

@ -12,7 +12,7 @@ import string
import unittest
if sys.platform == 'win32':
if sys.platform in [ 'win32', 'msys', 'cygwin' ]':
#: invoke subprocess.Popen with shell=True on Windows
_SUBPROCESS_SHELL = True