Skip this test as it doesn't apply to Windows. It was added for

#9189 for some GCC flags.
This commit is contained in:
Brian Curtin 2010-07-22 15:38:28 +00:00
parent 3679727939
commit db902ac0b4
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ class TestSysConfig(unittest.TestCase):
_main()
self.assertTrue(len(output.getvalue().split('\n')) > 0)
@unittest.skipIf(sys.platform == "win32", "Does not apply to Windows")
def test_ldshared_value(self):
ldflags = sysconfig.get_config_var('LDFLAGS')
ldshared = sysconfig.get_config_var('LDSHARED')