Use pyproject.toml instead of requirements.txt and fix some broken tests.

This commit is contained in:
Hemang
2025-04-10 14:01:11 +02:00
committed by Hemang Sarkar
parent 6b6f33bde6
commit 5bf121bbda
23 changed files with 99 additions and 81 deletions
+3 -3
View File
@@ -24,8 +24,8 @@ services:
invariant-gateway:
container_name: invariant-gateway-test
build:
context: ${GATEWAY_PATH}
dockerfile: ${GATEWAY_PATH}/Dockerfile.gateway
context: ${GATEWAY_ROOT_PATH}
dockerfile: ${GATEWAY_ROOT_PATH}/Dockerfile.gateway
depends_on:
app-api:
condition: service_healthy
@@ -38,7 +38,7 @@ services:
- ${INVARIANT_API_KEY:+INVARIANT_API_KEY=${INVARIANT_API_KEY}}
volumes:
- type: bind
source: ${GATEWAY_PATH}
source: ${GATEWAY_ROOT_PATH}/gateway
target: /srv/gateway
- type: bind
source: ${GUARDRAILS_FILE_PATH:-/dev/null}