Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable pytest-asyncio if installed #6436

Merged
merged 2 commits into from
May 26, 2022

Conversation

jacobtomlinson
Copy link
Member

Closes #6433

Tests do not run if pytest-asyncio>0.14 is installed and that does get installed by other dask-foo projects which use it so explicitly disabling it here.

@github-actions
Copy link
Contributor

github-actions bot commented May 24, 2022

Unit Test Results

       15 files  ±0         15 suites  ±0   6h 36m 23s ⏱️ + 14m 18s
  2 811 tests +1    2 729 ✔️  - 1    80 💤 +1  2 +1 
20 840 runs  +7  19 905 ✔️ +1  933 💤 +6  2 ±0 

For more details on these failures, see this check.

Results for commit e5a4292. ± Comparison against base commit 8035d36.

♻️ This comment has been updated with latest results.

setup.cfg Outdated Show resolved Hide resolved
@pentschev
Copy link
Member

rerun tests

Note: rerunning gpuCI tests since those errors should be fixed by #6434

@jacobtomlinson jacobtomlinson merged commit 0cd45ef into dask:main May 26, 2022
@jacobtomlinson jacobtomlinson deleted the disable-pytest-asyncio branch May 26, 2022 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail to run when pytest-asyncio>0.14.0 installed in environment
3 participants