From 6584713eba64d11a3bb382feb69d545dfcede8b3 Mon Sep 17 00:00:00 2001 From: ilayn Date: Mon, 14 Mar 2022 21:45:28 +0100 Subject: [PATCH] CI:Pin pytest version to 7.0.1 on Azure Pipelines [skip actions] [skip circle] --- ci/azure-travis-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-travis-template.yaml b/ci/azure-travis-template.yaml index 3f59647820d5..92139e2bc249 100644 --- a/ci/azure-travis-template.yaml +++ b/ci/azure-travis-template.yaml @@ -72,7 +72,7 @@ steps: mpmath pythran pybind11 - pytest + pytest==7.0.1 pytest-xdist displayName: 'Install common python dependencies' - ${{ if eq(parameters.test_mode, 'full') }}: