Commit e5374224 authored by Tarek Ziadé's avatar Tarek Ziadé

making BuildWinInstTestCase silent in case bdist_wininst is not run under win32

parent 9e39129c
...@@ -5,6 +5,7 @@ from distutils.command.bdist_wininst import bdist_wininst ...@@ -5,6 +5,7 @@ from distutils.command.bdist_wininst import bdist_wininst
from distutils.tests import support from distutils.tests import support
class BuildWinInstTestCase(support.TempdirManager, class BuildWinInstTestCase(support.TempdirManager,
support.LoggingSilencer,
unittest.TestCase): unittest.TestCase):
def test_get_exe_bytes(self): def test_get_exe_bytes(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment