Testing configuration cleanup
This commit is contained in:
@ -57,11 +57,6 @@ def _molecule_driver_section_data():
|
||||
return {"driver": {"name": "hetznercloud", "options": {"managed": True}}}
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def _molecule_lint_section_data():
|
||||
return {"lint": {"name": "yamllint"}}
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def _molecule_platforms_section_data():
|
||||
return {
|
||||
@ -98,7 +93,6 @@ def _molecule_verifier_section_data():
|
||||
def molecule_data(
|
||||
_molecule_dependency_galaxy_section_data,
|
||||
_molecule_driver_section_data,
|
||||
_molecule_lint_section_data,
|
||||
_molecule_platforms_section_data,
|
||||
_molecule_provisioner_section_data,
|
||||
_molecule_scenario_section_data,
|
||||
@ -108,7 +102,6 @@ def molecule_data(
|
||||
fixtures = [
|
||||
_molecule_dependency_galaxy_section_data,
|
||||
_molecule_driver_section_data,
|
||||
_molecule_lint_section_data,
|
||||
_molecule_platforms_section_data,
|
||||
_molecule_provisioner_section_data,
|
||||
_molecule_scenario_section_data,
|
||||
|
Reference in New Issue
Block a user