chore(build): bump poetry from 1.x to 2.x (#12369)

This commit is contained in:
Bowen Liang
2025-01-22 13:38:24 +08:00
committed by GitHub
parent 3ee213ddca
commit c62b7cc679
11 changed files with 889 additions and 26 deletions

View File

@@ -79,5 +79,5 @@
2. Run the tests locally with mocked system environment variables in `tool.pytest_env` section in `pyproject.toml`
```bash
poetry run -C api bash dev/pytest/pytest_all_tests.sh
poetry run -P api bash dev/pytest/pytest_all_tests.sh
```