update to latest junitparser (#384)
This commit is contained in:
Родитель
96f29170b2
Коммит
2bac947ab9
|
@ -4,7 +4,7 @@ azure.iot.hub
|
||||||
certifi
|
certifi
|
||||||
colorama
|
colorama
|
||||||
docker; sys_platform != 'win32' # we don't use it on Windows. Exclude it to avoid CVE-2021-32559
|
docker; sys_platform != 'win32' # we don't use it on Windows. Exclude it to avoid CVE-2021-32559
|
||||||
junitparser==1.4.1
|
junitparser
|
||||||
msrest
|
msrest
|
||||||
oauthlib>=3.2.2 # >= 3.2.2 because of CVE-2022-36087. If MSRest gets an update that increments the oauthlib dependency version up to at least 3.2.2, then this line can be deleted
|
oauthlib>=3.2.2 # >= 3.2.2 because of CVE-2022-36087. If MSRest gets an update that increments the oauthlib dependency version up to at least 3.2.2, then this line can be deleted
|
||||||
pre-commit
|
pre-commit
|
||||||
|
|
|
@ -121,7 +121,7 @@ steps:
|
||||||
versionSpec: '3.7'
|
versionSpec: '3.7'
|
||||||
architecture: $(architecture)
|
architecture: $(architecture)
|
||||||
|
|
||||||
- bash: source ${HORTON_FRAMEWORKROOT}/bin/activate_horton
|
- bash: source ${HORTON_FRAMEWORKROOT}/bin/activate_horton && pip list
|
||||||
displayName: 'Create Horton environment'
|
displayName: 'Create Horton environment'
|
||||||
condition: and(succeeded(), eq(variables['buildImage'],'yes'))
|
condition: and(succeeded(), eq(variables['buildImage'],'yes'))
|
||||||
|
|
||||||
|
|
|
@ -208,7 +208,7 @@ steps:
|
||||||
condition: and(succeeded(), ne(variables['skipTest'],'yes'))
|
condition: and(succeeded(), ne(variables['skipTest'],'yes'))
|
||||||
|
|
||||||
- bash:
|
- bash:
|
||||||
source ${HORTON_FRAMEWORKROOT}/bin/activate_horton
|
source ${HORTON_FRAMEWORKROOT}/bin/activate_horton && pip list
|
||||||
displayName: 'Create Horton environment'
|
displayName: 'Create Horton environment'
|
||||||
condition: and(succeeded(), ne(variables['skipTest'],'yes'))
|
condition: and(succeeded(), ne(variables['skipTest'],'yes'))
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче