mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
typo fix, extra '.' :)
This commit is contained in:
parent
95919c096c
commit
21d333b703
1 changed files with 1 additions and 1 deletions
|
|
@ -2452,7 +2452,7 @@ class POSIXProcessTestCase(BaseTestCase):
|
||||||
|
|
||||||
_libc_file_extensions = {
|
_libc_file_extensions = {
|
||||||
'Linux': 'so.6',
|
'Linux': 'so.6',
|
||||||
'Darwin': '.dylib',
|
'Darwin': 'dylib',
|
||||||
}
|
}
|
||||||
@unittest.skipIf(platform.uname()[0] not in _libc_file_extensions,
|
@unittest.skipIf(platform.uname()[0] not in _libc_file_extensions,
|
||||||
'Test requires a libc this code can load with ctypes.')
|
'Test requires a libc this code can load with ctypes.')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue