Skip to content

Commit

Permalink
Remove unused variable repo_name
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Aug 17, 2023
1 parent 1dc2cd3 commit b9cde38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def test_zypper_verify_passes(container_per_test: ContainerData) -> None:
"""Check that there are no packages missing according to zypper verify so that
users of the container would not get excessive dependencies installed.
"""
repo_name = "repo-oss" if OS_VERSION == "tumbleweed" else "SLE_BCI"

assert (
"Dependencies of all installed packages are satisfied."
in container_per_test.connection.run_expect(
Expand Down

0 comments on commit b9cde38

Please sign in to comment.