We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d8094 commit 72c0563Copy full SHA for 72c0563
tests/unit/test_wheel_abi.py
@@ -189,9 +189,10 @@ def iter_files(self):
189
}
190
# Ensure the Python extension itself does not list the internal
191
# 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
+ assert (
+ "libinner.so"
+ not in result.repair_external_refs[Path("pkg/ext.so")]["manylinux_2_17_x86_64"].libs
195
+ )
196
assert Path("pkg/libinner.so") not in result.full_elftree
197
198
def test_keeps_nonpy_roots_in_analysis(
0 commit comments