Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jan 27, 2025
1 parent ad8042b commit eeef00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userCode/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def run_scheduler_docker_image(

client = docker.DockerClient()

validate_docker_image(image_name)

container = client.containers.run(
image_name,
name=container_name,
Expand Down
2 changes: 2 additions & 0 deletions userCode/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

@pytest.fixture(scope="session", autouse=True)
def setup_before_tests():
# assume we are not inside the compose project if we are testing and thus
# we want to use localhost to connect
os.environ["DAGSTER_POSTGRES_HOST"] = "localhost"

0 comments on commit eeef00a

Please sign in to comment.