Skip to content

Commit

Permalink
Update some files to work correctly with scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Apr 10, 2024
1 parent 2ff4f85 commit 952dff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cp gecko-dev/browser/components/search/test/browser/telemetry/* search_files/

cp search_server/* search_files/

pip install tox poetry
pip install tox poetry flask
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def fixture_ping_server():
if os.environ.get("DEBIAN_FRONTEND"):
yield "http://ping-server:5000"
else:
process = start_process("ping_server", ["poetry", "run", "ping_server.py"])
process = start_process("ping_server", ["python", "ping_server.py"])
yield "http://localhost:5000"
process.terminate()

Expand Down

0 comments on commit 952dff5

Please sign in to comment.