File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ jobs:
9292 - pip install --upgrade flake8
9393 script :
9494 - flake8
95- - << : *code_style_check
96- name : " PEP257"
97- install :
98- - *upgrade_python_toolset
99- - pip install --upgrade pydocstyle
100- script :
101- - pydocstyle -v exec_helpers
95+ # - <<: *code_style_check
96+ # name: "PEP257"
97+ # install:
98+ # - *upgrade_python_toolset
99+ # - pip install --upgrade pydocstyle
100+ # script:
101+ # - pydocstyle -v exec_helpers
102102# - <<: *code_style_check
103103# name: "Black formatting"
104104# install:
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 pytest -vvv --pylint -m pylint --junitxml=pylint_result.xml exec_helpers
2424 displayName: 'PyLint'
2525
26- - task : PublishTestResults@2
27- displayName : publish test results via junit
28- condition : succeededOrFailed()
29- inputs :
30- testResultsFormat : " PyLint"
31- testResultsFiles : ${{ format('$(System.DefaultWorkingDirectory)/pylint_result.xml') }}
32- testRunTitle : ' MyPy'
26+ # - task: PublishTestResults@2
27+ # displayName: publish test results via junit
28+ # condition: succeededOrFailed()
29+ # inputs:
30+ # testResultsFormat: "PyLint"
31+ # testResultsFiles: ${{ format('$(System.DefaultWorkingDirectory)/pylint_result.xml') }}
32+ # testRunTitle: 'MyPy'
3333
3434- job : ' MyPy'
3535 pool :
You can’t perform that action at this time.
0 commit comments