Skip to content

Commit

Permalink
get rid of install in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Mar 22, 2024
1 parent 40d1f46 commit 11f9bea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _integration-test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def pytest_addoption(parser):

@pytest.fixture(scope="session", autouse=True)
def configure_self_hosted_environment(request):
subprocess.run(["./install.sh"], check=True)
subprocess.run(["docker", "compose", "--ansi", "never", "up", "-d"], check=True)
for i in range(TIMEOUT_SECONDS):
try:
Expand Down

0 comments on commit 11f9bea

Please sign in to comment.