File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -62,22 +62,22 @@ jobs:
62
62
- script : python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
63
63
displayName : ' Run pytest test_inspect_html.py --browser=chrome --headless'
64
64
65
- - task : PublishTestResults@2
66
- inputs :
67
- testResultsFiles : ' **/test-results.xml'
68
- testRunTitle : ' Python $(python.version)'
69
- condition : succeededOrFailed()
70
-
71
- - job : ' Publish'
72
- dependsOn : ' Test'
73
- pool :
74
- vmImage : ' Ubuntu-16.04'
75
-
76
- steps :
77
- - task : UsePythonVersion@0
78
- inputs :
79
- versionSpec : ' 3.x'
80
- architecture : ' x64'
81
-
82
- - script : python setup.py sdist
83
- displayName : ' Build sdist'
65
+ # - task: PublishTestResults@2
66
+ # inputs:
67
+ # testResultsFiles: '**/test-results.xml'
68
+ # testRunTitle: 'Python $(python.version)'
69
+ # condition: succeededOrFailed()
70
+
71
+ # - job: 'Publish'
72
+ # dependsOn: 'Test'
73
+ # pool:
74
+ # vmImage: 'Ubuntu-16.04'
75
+
76
+ # steps:
77
+ # - task: UsePythonVersion@0
78
+ # inputs:
79
+ # versionSpec: '3.x'
80
+ # architecture: 'x64'
81
+
82
+ # - script: python setup.py sdist
83
+ # displayName: 'Build sdist'
You can’t perform that action at this time.
0 commit comments