mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #28849: Merge 3.6.
This commit is contained in:
commit
e660327cf1
1 changed files with 2 additions and 1 deletions
|
@ -385,7 +385,8 @@ class TestSysConfig(unittest.TestCase):
|
|||
self.assertIsNotNone(vars['SO'])
|
||||
self.assertEqual(vars['SO'], vars['EXT_SUFFIX'])
|
||||
|
||||
@unittest.skipUnless(hasattr(sys.implementation, '_multiarch'),
|
||||
@unittest.skipUnless(sys.platform == 'linux' and
|
||||
hasattr(sys.implementation, '_multiarch'),
|
||||
'multiarch-specific test')
|
||||
def test_triplet_in_ext_suffix(self):
|
||||
ctypes = import_module('ctypes')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue