From 74daf899d818077868e3d57803ea99ceba3c04c5 Mon Sep 17 00:00:00 2001 From: Ali McMaster Date: Wed, 19 Aug 2020 18:42:47 +0100 Subject: [PATCH] Backport PR #35757: CI: Unpin Pytest + Pytest Asyncio Min Version --- ci/deps/azure-36-locale.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/azure-36-locale.yaml b/ci/deps/azure-36-locale.yaml index 3034ed3dc43af..536bb6f899773 100644 --- a/ci/deps/azure-36-locale.yaml +++ b/ci/deps/azure-36-locale.yaml @@ -7,9 +7,9 @@ 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 + - pytest-asyncio>=0.12.0 - hypothesis>=3.58.0 - pytest-azurepipelines