-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Azure Pipelines: Test on Python 3.8 #6159
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
Azure Pipelines: Test on Python 3.8 #6159
Conversation
Python 3.8 is failing on Windows:
https://pytest-dev.visualstudio.com/pytest/_build/results?buildId=2899 Any ideas why? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Oh sorry, confused this error with something else. |
Reminded me of 1abb08d. |
@hugovk |
Azure Pipelines is now green, thank you for following up! |
@hugovk |
No, unfortunately I don't have access to a Windows machine. |
I found the underlying cause, This is only apparent in Python 3.8 on Windows, and the overall picture is complicated:
And here is the problem: on Pythons <3.8, On Python 3.8 though, Fixing Phew! 😓 |
As discussed in pytest-dev#6159, we are waiting for a new py release (pytest-dev/py#229)
Force pushed cleaning up the other commits and targeting |
🎉 |
Good work getting to the bottom of this, and thanks for finishing it up! |
master
branch for bug fixes, documentation updates and trivial changes.features
branch for new features, improvements, and removals/deprecations.Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
changelog
folder, with a name like<ISSUE NUMBER>.<TYPE>.rst
. See changelog/README.rst for details.AUTHORS
in alphabetical order.Python 3.8 has just been added to Azure Pipelines
Does this go in
master
orfeatures
? I guess it's an improvement, sofeatures
.Does this need a changelog file? I guess not, but let me know if otherwise.