Skip to content

Commit

Permalink
Change scope of ops_test fixture to "module"
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Feb 17, 2023
1 parent 29c5d70 commit ae2bfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pytest_operator.plugin import OpsTest


@pytest.fixture
@pytest.fixture(scope="module")
def ops_test(ops_test: OpsTest) -> OpsTest:
if os.environ.get("CI") == "true":
# Running in GitHub Actions; skip build step
Expand Down

0 comments on commit ae2bfd0

Please sign in to comment.