Skip to content

Commit

Permalink
Continue working.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 20, 2023
1 parent 284feb8 commit 7f9781b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests_integration/test_ssh_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# from pytest import ssh_config
from datashuttle.utils import ssh

TEST_SSH = False
TEST_SSH = True


@pytest.mark.skipif(TEST_SSH is False, reason="TEST_SSH is false")
Expand All @@ -30,9 +30,9 @@ def project(test, tmp_path):

ssh_test_utils.setup_project_for_ssh(
project,
ssh_config.FILESYSTEM_PATH,
ssh_config.CENTRAL_HOST_ID,
ssh_config.USERNAME,
central_path=f"/home/sshuser/datashuttle/{project.project_name}", # TODO: centralise these
central_host_id="localhost",
central_host_username="sshuser",
)

yield project
Expand Down

0 comments on commit 7f9781b

Please sign in to comment.