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

ci: misc updates to test workflow and pytest-asyncio #492

Merged
merged 4 commits into from
Mar 24, 2022

Conversation

consideRatio
Copy link
Collaborator

  • ci: test workflow, readability refactoring
  • ci: test workflow, update versions
  • ci: try unpin pytest-asyncio
  • ci: asyncio_mode=auto makes us not need to decorate async tests

@consideRatio consideRatio marked this pull request as draft March 20, 2022 14:32
@consideRatio consideRatio marked this pull request as ready for review March 20, 2022 15:25
name: "Create k3d Cluster"
with:
cluster-name: "k3s-default"
args: >-
-p "30200:30200@agent[0]"
--port "30200:30200@agent:0:direct"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This related to breaking changes in bumping the k3d action, which now used k3d v5 instead of k3d v4.

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great thanks @consideRatio. We should probably think about setting pytest-asyncio to auto in other projects too.

@jacobtomlinson jacobtomlinson merged commit 76e33b1 into dask:main Mar 24, 2022
@consideRatio consideRatio deleted the pr/3-refresh-test-workflow branch March 25, 2022 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants