From 7c9f8b8fb593d53b2a525b1a4e28b01e9bf93335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 2 Jul 2024 12:40:18 +0200 Subject: [PATCH] Fix build --- Makefile | 2 +- acceptance_tests/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9553c619..104d5801 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ acceptance: build ## Run the acceptance tests .PHONY: run run: build - (cd acceptance_tests; docker-compose up) + (cd acceptance_tests; docker-compose up -d) diff --git a/acceptance_tests/requirements.txt b/acceptance_tests/requirements.txt index 83eda275..65e7a6ca 100644 --- a/acceptance_tests/requirements.txt +++ b/acceptance_tests/requirements.txt @@ -1,2 +1 @@ poetry==1.8.3 -pip==24.1.1