Skip to content

Commit 72c0563

Browse files
pre-commit-ci[bot]lkollar
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e1d8094 commit 72c0563

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/unit/test_wheel_abi.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,10 @@ def iter_files(self):
189189
}
190190
# Ensure the Python extension itself does not list the internal
191191
# non-Python ELF dependency as an external library to repair.
192-
assert "libinner.so" not in result.repair_external_refs[Path("pkg/ext.so")][
193-
"manylinux_2_17_x86_64"
194-
].libs
192+
assert (
193+
"libinner.so"
194+
not in result.repair_external_refs[Path("pkg/ext.so")]["manylinux_2_17_x86_64"].libs
195+
)
195196
assert Path("pkg/libinner.so") not in result.full_elftree
196197

197198
def test_keeps_nonpy_roots_in_analysis(

0 commit comments

Comments
 (0)