Skip to content

Commit

Permalink
add pytest-asyncio to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron committed Sep 15, 2024
1 parent 0e16546 commit e8359ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install pytest matplotlib selenium jupyter pandoc playwright
pip install pytest pytest-asyncio matplotlib selenium jupyter pandoc playwright
pip install . --upgrade
- name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773
if: ${{ startsWith(matrix.os, 'macos') }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires=[
"pandas>=0.24",
"nbconvert>=5",
"aiohttp",
"aiohttp>=3.10.2",
"requests",
"pillow",
"packaging",
Expand Down

0 comments on commit e8359ff

Please sign in to comment.