Skip to content

Commit

Permalink
Pin pytest-asyncio version (dask#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Nov 2, 2020
1 parent cee4e3c commit debe1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- prometheus_client
- psutil
- pytest
- pytest-asyncio
- pytest-asyncio<0.14.0
- pytest-repeat
- pytest-timeout
- pytest-faulthandler
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ conda create -n dask-distributed -c conda-forge -c defaults \
prometheus_client \
psutil \
'pytest>=4' \
pytest-asyncio \
'pytest-asyncio<0.14.0' \
pytest-faulthandler \
pytest-repeat \
pytest-timeout \
Expand Down

0 comments on commit debe1b8

Please sign in to comment.