From 9eb10d6df6ba3feb269970600dcc4ebdb4840c07 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 30 Jun 2020 21:23:55 +0200 Subject: [PATCH] Remove a dependency not needed --- .azure-pipelines/templates/steps/tox-steps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 92d417782..e58f5e495 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -13,8 +13,7 @@ steps: libffi-dev \ ca-certificates \ nginx-light \ - openssl \ - expect + openssl sudo systemctl stop nginx condition: startswith(variables['IMAGE_NAME'], 'ubuntu') displayName: Install Linux dependencies