Skip to content

Commit 9465b6d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 70e94a1 commit 9465b6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration/test_manylinux.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,14 +636,14 @@ def test_rpath(
636636
]
637637
assert len(rpath_tags) == 1
638638
assert rpath_tags[0].rpath == "$ORIGIN"
639-
640-
def test_dependency_order(self, anylinux: AnyLinuxContainer, python: PythonContainer) -> None:
639+
640+
def test_dependency_order(
641+
self, anylinux: AnyLinuxContainer, python: PythonContainer
642+
) -> None:
641643
policy = anylinux.policy
642644

643645
test_path = "/auditwheel_src/tests/integration/testrpath"
644646

645-
pass
646-
647647
def test_multiple_top_level(
648648
self, anylinux: AnyLinuxContainer, python: PythonContainer
649649
) -> None:

0 commit comments

Comments
 (0)