Skip to content

Commit

Permalink
Fix tests with molecule 6
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Aug 15, 2023
1 parent faf92a2 commit 1f309ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions molecule/default/tests/test_role.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import pytest

import os

import testinfra.utils.ansible_runner

testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
os.environ["MOLECULE_INVENTORY_FILE"]
).get_hosts("all")


@pytest.mark.parametrize(
"name",
Expand Down

0 comments on commit 1f309ca

Please sign in to comment.