From 6d569c4d08cb6770e060a99c874be2fbb6dda48a Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Mon, 17 Aug 2020 01:01:45 +0100 Subject: [PATCH 1/2] Pytest Async Min Version --- ci/deps/azure-38-locale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-38-locale.yaml b/ci/deps/azure-38-locale.yaml index c466a5929ea29..506ed2f444320 100644 --- a/ci/deps/azure-38-locale.yaml +++ b/ci/deps/azure-38-locale.yaml @@ -8,7 +8,7 @@ dependencies: - cython>=0.29.16 - pytest>=5.0.1,<6.0.0 # https://github.com/pandas-dev/pandas/issues/35620 - pytest-xdist>=1.21 - - pytest-asyncio + - pytest-asyncio>=0.12.0 - hypothesis>=3.58.0 - pytest-azurepipelines From 8011c70b6828f02e87b561b2fb3373d4509ebc58 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Mon, 17 Aug 2020 01:09:43 +0100 Subject: [PATCH 2/2] Remove pytest pin --- ci/deps/azure-38-locale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-38-locale.yaml b/ci/deps/azure-38-locale.yaml index 506ed2f444320..c7090d3a46a77 100644 --- a/ci/deps/azure-38-locale.yaml +++ b/ci/deps/azure-38-locale.yaml @@ -6,7 +6,7 @@ dependencies: # tools - cython>=0.29.16 - - pytest>=5.0.1,<6.0.0 # https://github.com/pandas-dev/pandas/issues/35620 + - pytest>=5.0.1 - pytest-xdist>=1.21 - pytest-asyncio>=0.12.0 - hypothesis>=3.58.0