Skip to content

Commit 61e2ce2

Browse files
lithomas1simonjayhawkins
authored andcommitted
CI: Add pytest-asyncio to PyPy CI (pandas-dev#46426)
1 parent 155aa05 commit 61e2ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
shell: bash
163163
run: |
164164
# TODO: re-enable cov, its slowing the tests down though
165-
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
165+
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio hypothesis>=5.5.3
166166
if: ${{ env.IS_PYPY == 'true' }}
167167

168168
- name: Build Pandas

0 commit comments

Comments
 (0)