Skip to content

Commit 6d2e643

Browse files
committed
hardcoding the artifact name
1 parent 4593525 commit 6d2e643

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/integration/conftest.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636

3737
@pytest.fixture(scope="session")
3838
def container_name() -> str:
39-
return "template-Exasol-all-python-3.10_release.tar.gz"
39+
# Warning:
40+
# The container name is currently hardcoded to a specific version and build
41+
# of the container, which may need to be updated manually when new versions
42+
# are released. Consider implementing a more dynamic approach to determine
43+
# the container name based on the version or other parameters.
44+
return "template-Exasol-all-python-3.10-release_x64_BFOJFIJ2Y42PBIZHWXVEQBBVPAEVHZETG4Z45VAMFWFSXORH3FVA.tar.gz"
4045

4146

4247
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)