mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-16 10:03:25 -07:00
s/docker-compose/docker compose/ and add requirements.txt
This commit is contained in:
parent
7ea388fe19
commit
7e8c74d3a6
2 changed files with 4 additions and 1 deletions
3
tests/python_backend/requirements.txt
Normal file
3
tests/python_backend/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pytest
|
||||||
|
pexpect
|
||||||
|
requests
|
|
@ -138,7 +138,7 @@ def test_python_backend(n_gpus: int):
|
||||||
docker_proc = None
|
docker_proc = None
|
||||||
try:
|
try:
|
||||||
docker_proc = pexpect.pty_spawn.spawn(
|
docker_proc = pexpect.pty_spawn.spawn(
|
||||||
f"docker-compose -f {compose_file} up",
|
f"docker compose -f {compose_file} up",
|
||||||
encoding="utf-8",
|
encoding="utf-8",
|
||||||
cwd=curdir,
|
cwd=curdir,
|
||||||
env=load_test_env(),
|
env=load_test_env(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue