Skip to content

Commit

Permalink
fixup! make osbuild_fixure *not* scope=module to have more cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Oct 23, 2024
1 parent d3128eb commit 62f9188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def copy_source_data(self, target, source):
], check=True)


@pytest.fixture(name="osb", scope="module")
@pytest.fixture(name="osb")
def osbuild_fixture():
cleanup_dir = None
store = os.getenv("OSBUILD_TEST_STORE")
Expand Down

0 comments on commit 62f9188

Please sign in to comment.