Skip to content

Commit debe1b8

Browse files
authored
Pin pytest-asyncio version (#4212)
1 parent cee4e3c commit debe1b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

continuous_integration/environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- prometheus_client
1818
- psutil
1919
- pytest
20-
- pytest-asyncio
20+
- pytest-asyncio<0.14.0
2121
- pytest-repeat
2222
- pytest-timeout
2323
- pytest-faulthandler

continuous_integration/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ conda create -n dask-distributed -c conda-forge -c defaults \
5050
prometheus_client \
5151
psutil \
5252
'pytest>=4' \
53-
pytest-asyncio \
53+
'pytest-asyncio<0.14.0' \
5454
pytest-faulthandler \
5555
pytest-repeat \
5656
pytest-timeout \

0 commit comments

Comments
 (0)