Skip this test as it doesn't apply to Windows. It was added for
#9189 for some GCC flags.
This commit is contained in:
parent
3679727939
commit
db902ac0b4
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue