Skip to content

Commit b9cde38

Browse files
committed
Remove unused variable repo_name
1 parent 1dc2cd3 commit b9cde38

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_all.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ def test_zypper_verify_passes(container_per_test: ContainerData) -> None:
164164
"""Check that there are no packages missing according to zypper verify so that
165165
users of the container would not get excessive dependencies installed.
166166
"""
167-
repo_name = "repo-oss" if OS_VERSION == "tumbleweed" else "SLE_BCI"
168-
169167
assert (
170168
"Dependencies of all installed packages are satisfied."
171169
in container_per_test.connection.run_expect(

0 commit comments

Comments
 (0)