From bc925070d34229b5acba513bd72cfe4aecca1d7e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Jun 2024 15:29:25 +0000 Subject: [PATCH] Put back install integration tests. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a949be37..a1399b6d 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,10 @@ router-dev: rust-tests: install-router install-launcher cargo test +install-integration-tests: + cd integration-tests && pip install -r requirements.txt + cd clients/python && pip install . + integration-tests: install-integration-tests pytest -s -vv -m "not private" integration-tests