SIENTIAPDE-1205

Update quality-gate.yml to include pytest-asyncio for enhanced async testing capabilities
This commit is contained in:
vitor-aignosi
2025-08-28 12:54:58 -03:00
parent 102507d815
commit f92ee20831

View File

@@ -47,7 +47,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install pytest pytest-cov pip install pytest pytest-cov pytest-asyncio
- name: 🧪 Run Tests with Pytest - name: 🧪 Run Tests with Pytest
run: | run: |