We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315f12a commit a7560b3Copy full SHA for a7560b3
tests/integration/test_manylinux.py
@@ -649,8 +649,10 @@ def test_dependency_order(
649
test_path = "/auditwheel_src/tests/integration/testrpath"
650
orig_wheel = anylinux.build_wheel(test_path)
651
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
+ repair_output = anylinux.repair(
+ orig_wheel, library_paths=[f"{test_path}/a"], verbose=3
654
+ )
655
+ assert "lddtree:Could not locate libd.so, skipping" in repair_output
656
657
def test_multiple_top_level(
658
self, anylinux: AnyLinuxContainer, python: PythonContainer
0 commit comments