From addc5fcd95064b765d4ee4260304d44822fdee3b Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sun, 2 Jun 2019 12:47:34 +0100 Subject: [PATCH] CI: pin pytest version on Python 3.5 (#26619) --- ci/deps/azure-35-compat.yaml | 2 +- ci/deps/azure-macos-35.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/azure-35-compat.yaml b/ci/deps/azure-35-compat.yaml index d0a48bd3f8b27..e55a4fbdf3fa9 100644 --- a/ci/deps/azure-35-compat.yaml +++ b/ci/deps/azure-35-compat.yaml @@ -26,5 +26,5 @@ dependencies: - pip - pip: # for python 3.5, pytest>=4.0.2 is not available in conda - - pytest>=4.0.2 + - pytest==4.5.0 - html5lib==1.0b2 diff --git a/ci/deps/azure-macos-35.yaml b/ci/deps/azure-macos-35.yaml index 591266348a5f1..00c2051f29760 100644 --- a/ci/deps/azure-macos-35.yaml +++ b/ci/deps/azure-macos-35.yaml @@ -25,7 +25,7 @@ dependencies: - pip: - python-dateutil==2.5.3 # universal - - pytest>=4.0.2 + - pytest==4.5.0 - pytest-xdist - pytest-mock - hypothesis>=3.58.0