[skip ci] remove deprecated package mfa from python installations

This commit is contained in:
ansgarz 2023-07-14 10:38:10 +02:00
parent 9f92454e29
commit cd2ab71e6c

View file

@ -28,7 +28,7 @@ fun Prov.configureVenv(venvHome: String): ProvResult = task {
fun Prov.installPybuilder(venvHome: String? = null): ProvResult = task { fun Prov.installPybuilder(venvHome: String? = null): ProvResult = task {
pipInstall("pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation" + pipInstall("pybuilder ddadevops pypandoc mockito coverage unittest-xml-reporting deprecation" +
" python_terraform dda_python_terraform boto3 pyyaml mfa packaging", " python_terraform dda_python_terraform boto3 pyyaml packaging",
venvHome venvHome
) )
pipInstall("--upgrade ddadevops", venvHome) pipInstall("--upgrade ddadevops", venvHome)