From 34dea2ff307c9bd097eeec2a49c5c54bd6dbb543 Mon Sep 17 00:00:00 2001 From: juuso-j <68938778+juuso-j@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:48:45 +0300 Subject: [PATCH] Remove test compose command --- run-pytest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-pytest b/run-pytest index f497541f..bd984899 100755 --- a/run-pytest +++ b/run-pytest @@ -41,8 +41,8 @@ misc_opts=( "-o" "cache_dir=/tmp/pytest_cache" ) -docker compose down -docker_compose_exec=("docker-compose" "exec") +# docker compose down +docker_compose_exec=("docker compose" "exec") if ! tty -s; then docker_compose_exec+=("-T") # If there is no TTY available, pass -T