mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
pre-commit: run hooks
This commit is contained in:
2
.github/integration-test.py
vendored
2
.github/integration-test.py
vendored
@@ -10,7 +10,7 @@ GIT_REPO_PATH = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
TEST_IMAGE_NAME = "test-systemd"
|
||||
|
||||
|
||||
@functools.lru_cache()
|
||||
@functools.lru_cache
|
||||
def _get_container_runtime_cli():
|
||||
runtimes = ["docker", "podman"]
|
||||
for runtime in runtimes:
|
||||
|
||||
Reference in New Issue
Block a user