Put back install integration tests.

This commit is contained in:
Nicolas Patry 2024-06-04 15:29:25 +00:00
parent 8a060ae8c0
commit bc925070d3

View File

@ -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