Kaydet (Commit) db902ac0 authored tarafından Brian Curtin's avatar Brian Curtin

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

#9189 for some GCC flags.
üst 36797279
......@@ -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')
......
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