We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0762e26 commit acc1724Copy full SHA for acc1724
.azure_pipelines/run_tests.yml
@@ -42,7 +42,7 @@ jobs:
42
displayName: Build and install
43
44
- script: |
45
- pip install pytest pytest-sugar
+ pip install asynctest mock pytest pytest-mock pytest-asyncio pytest-sugar
46
47
pytest -vvv --junitxml=unit_result.xml test
48
displayName: PyTest
0 commit comments