From 047e561855a2798b8d1f323e7d40fd4039860af3 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Fri, 18 Mar 2022 16:26:07 -0700 Subject: [PATCH] CI: Add pytest-asyncio to PyPy CI --- .github/workflows/posix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 4380e8dfa2e57..bc8791afc69f7 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 hypothesis>=5.5.3 + pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio hypothesis>=5.5.3 if: ${{ env.IS_PYPY == 'true' }} - name: Build Pandas