-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Ci: start testing py310-dev #41113
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: start testing py310-dev #41113
Conversation
nice,ping when ready (also happy to merge if we can xfail this build while in-progress) |
pytest error due to pytest-dev/pytest#8539, which is fixed on master. |
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, this is the proper way to use checkout@v2 to get all tags
looks great. can you rename this workflow similar to our others but just add dev e.g. actions-310-dev or similar. ping on green. |
testing will timeout if using the xdist or cov plugin. not sure why.
|
If we use coverage directly, the test would start running. But there were some errors in json tests and it freeze there.
|
thanks @fangchenli very nice! can you open some issues about the failures (and tag with 3.10, going to create it now). thanks! |
This might not work now. Let's see.