We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee4e3c commit debe1b8Copy full SHA for debe1b8
2 files changed
continuous_integration/environment-windows.yml
@@ -17,7 +17,7 @@ dependencies:
17
- prometheus_client
18
- psutil
19
- pytest
20
- - pytest-asyncio
+ - pytest-asyncio<0.14.0
21
- pytest-repeat
22
- pytest-timeout
23
- pytest-faulthandler
continuous_integration/travis/install.sh
@@ -50,7 +50,7 @@ conda create -n dask-distributed -c conda-forge -c defaults \
50
prometheus_client \
51
psutil \
52
'pytest>=4' \
53
- pytest-asyncio \
+ 'pytest-asyncio<0.14.0' \
54
pytest-faulthandler \
55
pytest-repeat \
56
pytest-timeout \
0 commit comments