Test update

This commit is contained in:
blazickjp
2025-04-01 17:29:16 -07:00
parent 39937115a0
commit f9e7b01f5c

View File

@@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
uv pip install --system pytest pytest-cov
uv pip install --system pytest pytest-cov pytest-asyncio
uv pip install --system -e ".[test]"
# If you don't have a [test] extra, use:
# uv pip install --system -r requirements-test.txt
@@ -49,4 +49,4 @@ jobs:
- name: Run tests with pytest
run: |
pytest --cov=./ --cov-report=xml
pytest --cov=./ --cov-report=xml -v