Skip to content

Commit

Permalink
Set fixture scope to module
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Aug 14, 2024
1 parent eaff145 commit 596a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def custom_components():
shutil.rmtree(dst)


@pytest.fixture()
@pytest.fixture(scope="module")
def clear_kpops_config():
yield
KpopsConfig._instance = None

0 comments on commit 596a3ba

Please sign in to comment.