mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused variables
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
47ace5bec9
commit
023b1504d0
1 changed files with 0 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue