We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4593525 commit 6d2e643Copy full SHA for 6d2e643
test/integration/conftest.py
@@ -36,7 +36,12 @@
36
37
@pytest.fixture(scope="session")
38
def container_name() -> str:
39
- return "template-Exasol-all-python-3.10_release.tar.gz"
+ # 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"
45
46
47
0 commit comments