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 70e94a1 commit 9465b6dCopy full SHA for 9465b6d
tests/integration/test_manylinux.py
@@ -636,14 +636,14 @@ def test_rpath(
636
]
637
assert len(rpath_tags) == 1
638
assert rpath_tags[0].rpath == "$ORIGIN"
639
-
640
- def test_dependency_order(self, anylinux: AnyLinuxContainer, python: PythonContainer) -> None:
+
+ def test_dependency_order(
641
+ self, anylinux: AnyLinuxContainer, python: PythonContainer
642
+ ) -> None:
643
policy = anylinux.policy
644
645
test_path = "/auditwheel_src/tests/integration/testrpath"
646
- pass
647
def test_multiple_top_level(
648
self, anylinux: AnyLinuxContainer, python: PythonContainer
649
) -> None:
0 commit comments