Skip to content

Commit a7560b3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 315f12a commit a7560b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/integration/test_manylinux.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,10 @@ def test_dependency_order(
649649
test_path = "/auditwheel_src/tests/integration/testrpath"
650650
orig_wheel = anylinux.build_wheel(test_path)
651651

652-
repair_output = anylinux.repair(orig_wheel, library_paths=[f"{test_path}/a"], verbose=3)
653-
assert 'lddtree:Could not locate libd.so, skipping' in repair_output
652+
repair_output = anylinux.repair(
653+
orig_wheel, library_paths=[f"{test_path}/a"], verbose=3
654+
)
655+
assert "lddtree:Could not locate libd.so, skipping" in repair_output
654656

655657
def test_multiple_top_level(
656658
self, anylinux: AnyLinuxContainer, python: PythonContainer

0 commit comments

Comments
 (0)