We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc2cd3 commit b9cde38Copy full SHA for b9cde38
1 file changed
tests/test_all.py
@@ -164,8 +164,6 @@ def test_zypper_verify_passes(container_per_test: ContainerData) -> None:
164
"""Check that there are no packages missing according to zypper verify so that
165
users of the container would not get excessive dependencies installed.
166
"""
167
- repo_name = "repo-oss" if OS_VERSION == "tumbleweed" else "SLE_BCI"
168
-
169
assert (
170
"Dependencies of all installed packages are satisfied."
171
in container_per_test.connection.run_expect(
0 commit comments