Skip to content

Commit

Permalink
Fix scope [run aws tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Jun 19, 2024
1 parent d12d089 commit 5ca06b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def upload_language_container(language_container, db_conn):
return alter_session


@pytest.fixture
@pytest.fixture(scope="session")
def container_deployer(language_container, db_conn: pyexasol.ExaConnection) -> SmeLanguageContainerDeployer:
deployer = SmeLanguageContainerDeployer(
pyexasol_connection=db_conn,
Expand Down

0 comments on commit 5ca06b6

Please sign in to comment.