Skip to content

Commit

Permalink
Pin pytest-asyncio version (#4212)
Browse files Browse the repository at this point in the history
(cherry picked from commit debe1b8)
  • Loading branch information
jrbourbeau committed Nov 3, 2020
1 parent 1c757df commit 07d403b
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 07d403b

Please sign in to comment.