diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index bc8791afc69f7..2fc1d0d512cf1 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -162,7 +162,7 @@ jobs: shell: bash run: | # TODO: re-enable cov, its slowing the tests down though - pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio hypothesis>=5.5.3 + pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio>=0.17 hypothesis>=5.5.3 if: ${{ env.IS_PYPY == 'true' }} - name: Build Pandas diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86cf0c79759f5..9b83ed6116ed3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,7 +45,7 @@ jobs: /opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \ . ~/virtualenvs/pandas-dev/bin/activate && \ python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \ - pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio hypothesis && \ + pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \ python setup.py build_ext -q -j2 && \ python -m pip install --no-build-isolation -e . && \ pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml" diff --git a/ci/deps/actions-310-numpydev.yaml b/ci/deps/actions-310-numpydev.yaml index a5eb8a69e19da..401be14aaca02 100644 --- a/ci/deps/actions-310-numpydev.yaml +++ b/ci/deps/actions-310-numpydev.yaml @@ -9,7 +9,7 @@ dependencies: - pytest-cov - pytest-xdist>=1.31 - hypothesis>=5.5.3 - - pytest-asyncio + - pytest-asyncio>=0.17 # pandas dependencies - python-dateutil diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index 37e7ea04a348a..dac1219245e84 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -11,7 +11,7 @@ dependencies: - pytest-xdist>=1.31 - hypothesis>=5.5.3 - psutil - - pytest-asyncio + - pytest-asyncio>=0.17 - boto3 # required dependencies diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index 40f48884f1822..01415122e6076 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -12,7 +12,7 @@ dependencies: - pytest-xdist>=1.31 - hypothesis>=5.5.3 - psutil - - pytest-asyncio + - pytest-asyncio>=0.17 - boto3 # required dependencies diff --git a/ci/deps/actions-38-minimum_versions.yaml b/ci/deps/actions-38-minimum_versions.yaml index abba5ddd60325..f3a967f67cbc3 100644 --- a/ci/deps/actions-38-minimum_versions.yaml +++ b/ci/deps/actions-38-minimum_versions.yaml @@ -13,7 +13,7 @@ dependencies: - pytest-xdist>=1.31 - hypothesis>=5.5.3 - psutil - - pytest-asyncio + - pytest-asyncio>=0.17 - boto3 # required dependencies diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 9c46eca4ab989..79cd831051c2f 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -11,7 +11,7 @@ dependencies: - pytest-xdist>=1.31 - hypothesis>=5.5.3 - psutil - - pytest-asyncio + - pytest-asyncio>=0.17 - boto3 # required dependencies diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 89b647372d7bc..1c681104f3196 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -11,7 +11,7 @@ dependencies: - pytest-xdist>=1.31 - hypothesis>=5.5.3 - psutil - - pytest-asyncio + - pytest-asyncio>=0.17 - boto3 # required dependencies diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index f38c401ca49f8..66fedccc5eca7 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -11,7 +11,7 @@ dependencies: - pytest-xdist>=1.31 - hypothesis>=5.5.3 - psutil - - pytest-asyncio + - pytest-asyncio>=0.17 - boto3 # required dependencies diff --git a/environment.yml b/environment.yml index ac8921b12f4a3..a424100eda21a 100644 --- a/environment.yml +++ b/environment.yml @@ -69,7 +69,7 @@ dependencies: - pytest>=6.0 - pytest-cov - pytest-xdist>=1.31 - - pytest-asyncio + - pytest-asyncio>=0.17 - pytest-instafail # downstream tests diff --git a/requirements-dev.txt b/requirements-dev.txt index a0558f1a00177..2746b91986a3c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -47,7 +47,7 @@ flask pytest>=6.0 pytest-cov pytest-xdist>=1.31 -pytest-asyncio +pytest-asyncio>=0.17 pytest-instafail seaborn statsmodels