Remove unused variables

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-11-06 13:24:23 +00:00 committed by Pedro Algarvio
parent 47ace5bec9
commit 023b1504d0

View file

@ -10,8 +10,6 @@ log = logging.getLogger(__name__)
@pytest.mark.core_test
def test_issue_58763(tmp_path, modules, state_tree, caplog):
venv_dir = tmp_path / "issue-2028-pip-installed"
sls_contents = dedent(
"""
run_old:
@ -42,8 +40,6 @@ def test_issue_58763(tmp_path, modules, state_tree, caplog):
@pytest.mark.core_test
def test_issue_58763_a(tmp_path, modules, state_tree, caplog):
venv_dir = tmp_path / "issue-2028-pip-installed"
sls_contents = dedent(
"""
test.random_hash:
@ -68,8 +64,6 @@ def test_issue_58763_a(tmp_path, modules, state_tree, caplog):
@pytest.mark.core_test
def test_issue_58763_b(tmp_path, modules, state_tree, caplog):
venv_dir = tmp_path / "issue-2028-pip-installed"
sls_contents = dedent(
"""
test.ping:
@ -90,8 +84,6 @@ def test_issue_58763_b(tmp_path, modules, state_tree, caplog):
@pytest.mark.core_test
def test_issue_62988_a(tmp_path, modules, state_tree, caplog):
venv_dir = tmp_path / "issue-2028-pip-installed"
sls_contents = dedent(
"""
test_foo:
@ -120,8 +112,6 @@ def test_issue_62988_a(tmp_path, modules, state_tree, caplog):
@pytest.mark.core_test
def test_issue_62988_b(tmp_path, modules, state_tree, caplog):
venv_dir = tmp_path / "issue-2028-pip-installed"
sls_contents = dedent(
"""
test_foo: