Skip to content

Commit

Permalink
Use arbitrary config variable when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 18, 2024
1 parent f3df5e1 commit 77344a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/no_version/test_unit_lifespan.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def test_lifespan_slurm_ssh(

override_settings_factory(
FRACTAL_RUNNER_BACKEND="slurm_ssh",
FRACTAL_SLURM_WORKER_PYTHON="/usr/bin/python3.9",
FRACTAL_SLURM_WORKER_PYTHON="/not/relevant",
FRACTAL_SLURM_SSH_HOST=slurmlogin_ip,
FRACTAL_SLURM_SSH_USER=SLURM_USER,
FRACTAL_SLURM_SSH_PRIVATE_KEY_PATH=ssh_keys["private"],
Expand Down

0 comments on commit 77344a7

Please sign in to comment.