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 7166d27 commit 489ea52Copy full SHA for 489ea52
ci/azure/azure_template_windows.yml
@@ -68,8 +68,8 @@ jobs:
68
69
- script: |
70
echo "Testing editable install"
71
- echo pytest -m "${PYTEST_PATTERN}" --junitxml=junit/test-results.xml -n auto --durations=25 pandas_datareader/tests
72
- pytest -m "${PYTEST_PATTERN}" --junitxml=junit/test-results.xml -n auto --durations=25 pandas_datareader/tests
+ echo pytest --durations=25 pandas_datareader/tests
+ pytest --durations=25 pandas_datareader/tests
73
displayName: 'Run tests'
74
75
- task: PublishTestResults@2
0 commit comments