From d2beb745846bae6a07434ef5c9ebd9995a3fd365 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Mon, 3 Jun 2019 01:10:48 +0100 Subject: [PATCH 1/2] unpin pytest --- 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 e55a4fbdf3fa9..eb99707877b7b 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.5.0 + - pytest>=4.6.1 - html5lib==1.0b2 diff --git a/ci/deps/azure-macos-35.yaml b/ci/deps/azure-macos-35.yaml index 00c2051f29760..2b17b716a1c40 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.5.0 + - pytest>=4.6.1 - pytest-xdist - pytest-mock - hypothesis>=3.58.0 From 08c8159e373fb0dd8e081a57d31b64f200a1f4a0 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Tue, 4 Jun 2019 23:54:08 +0100 Subject: [PATCH 2/2] bump version --- 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 eb99707877b7b..c6fd65570d97e 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.6.1 + - pytest>=4.6.2 - html5lib==1.0b2 diff --git a/ci/deps/azure-macos-35.yaml b/ci/deps/azure-macos-35.yaml index 2b17b716a1c40..719e4e8777528 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.6.1 + - pytest>=4.6.2 - pytest-xdist - pytest-mock - hypothesis>=3.58.0