Skip to content

Commit acc1724

Browse files
committed
test requiements
1 parent 0762e26 commit acc1724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure_pipelines/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
displayName: Build and install
4343
4444
- script: |
45-
pip install pytest pytest-sugar
45+
pip install asynctest mock pytest pytest-mock pytest-asyncio pytest-sugar
4646
4747
pytest -vvv --junitxml=unit_result.xml test
4848
displayName: PyTest

0 commit comments

Comments
 (0)