Azure Pipelines: Test on Python 3.8#6159
Azure Pipelines: Test on Python 3.8#6159nicoddemus merged 1 commit intopytest-dev:masterfrom hugovk:features-azurepipelines-3.8
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! |
masterbranch for bug fixes, documentation updates and trivial changes.featuresbranch 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:
changelogfolder, with a name like<ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.AUTHORSin alphabetical order.Python 3.8 has just been added to Azure Pipelines
Does this go in
masterorfeatures? I guess it's an improvement, sofeatures.Does this need a changelog file? I guess not, but let me know if otherwise.