We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8101c3 commit 1d2f8cbCopy full SHA for 1d2f8cb
tests/workbenches/conftest.py
@@ -42,7 +42,7 @@ def users_persistent_volume_claim(
42
def minimal_image() -> Generator[str, None, None]:
43
"""Provides a full image name of a minimal workbench image"""
44
image_name = "jupyter-minimal-notebook" if py_config.get("distribution") == "upstream" else "s2i-minimal-notebook"
45
- yield f"{image_name}:{'2025.1'}"
+ yield f"{image_name}:{'2025.2'}"
46
47
48
@pytest.fixture(scope="function")
0 commit comments