Skip to content

Commit c1e816b

Browse files
committed
fix pylint warnings
1 parent 7cfc7d3 commit c1e816b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/dlinfo_macosx_mock_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
BUILTIN_IMPORT = builtins.__import__
1111

1212

13+
# pytest: disable=redefined-outer-name
1314
def dyld_find_mock(name):
1415
# https://github.com/python/cpython/blob/master/Lib/ctypes/macholib/dyld.py#L116
1516
return os.path.join(os.sep, 'lib', name)
@@ -33,6 +34,7 @@ def dlinfo_module_mac() -> types.ModuleType:
3334

3435

3536
@pytest.mark.parametrize('lib_name', [
37+
'SegFault',
3638
'c',
3739
'dl',
3840
'python_grasp',

0 commit comments

Comments
 (0)