[test] remove integration tests from CI & move them into evaluation (#4447)

This commit is contained in:
Xingyao Wang
2024-10-16 16:38:23 -05:00
committed by GitHub
parent 8e5db345b2
commit 84a578ad20
207 changed files with 678 additions and 32167 deletions

View File

@@ -91,9 +91,6 @@ To run tests, refer to the following:
poetry run pytest ./tests/unit/test_*.py
```
#### Integration tests
Please refer to [this README](./tests/integration/README.md) for details.
### 9. Add or update dependency
1. Add your dependency in `pyproject.toml` or use `poetry add xxx`
2. Update the poetry.lock file via `poetry lock --no-update`