uv migration

This commit is contained in:
Dan Davison
2025-07-29 14:41:39 -04:00
parent 3b7a704c5e
commit 4102f9aeca
11 changed files with 107 additions and 132 deletions

View File

@@ -65,13 +65,13 @@ The project includes comprehensive tests for workflows and activities using Temp
```bash
# Install dependencies including test dependencies
poetry install --with dev
uv sync
# Run all tests
poetry run pytest
uv run pytest
# Run with time-skipping for faster execution
poetry run pytest --workflow-environment=time-skipping
uv run pytest --workflow-environment=time-skipping
```
**Test Coverage:**