Skip to content

Commit 3ac5601

Browse files
test: session scoped imagemagick generated images
1 parent 10d168c commit 3ac5601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def athena_options() -> AthenaOptions:
8686
)
8787

8888

89-
@pytest.fixture(params=SUPPORTED_TEST_FORMATS)
89+
@pytest.fixture(scope="session", params=SUPPORTED_TEST_FORMATS)
9090
def valid_formatted_image(
9191
request: pytest.FixtureRequest,
9292
tmp_path_factory: pytest.TempPathFactory,

0 commit comments

Comments
 (0)