From 90c79a866ff1373db7f988ebfe7fc7310a377c29 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Fri, 21 Feb 2020 18:37:11 -0800 Subject: [PATCH] Azure: undo --verbose --- .azure-pipelines/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 93fc9e0..7ac813b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -150,8 +150,7 @@ stages: script: | set -eux python --version - python -m pip --version - python -m pip install --verbose --user -e '.[development-pytest]' + python -m pip install --user -e '.[development-pytest]' python -m pip list --disable-pip-version-check --no-index -vvv chmod -v +x -- ./tools/pytest.sh ./tools/pytest.sh