-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix GitHub Action CI workflow tests with Python 3.8 and 2.7 #9968
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
Comments
Seems like there's an issue when running the debugger tests on Python 2.7 (something we don't do on AzDO): https://github.com/microsoft/vscode-python/runs/472170446?check_suite_focus=true
Edit: Fixed with PR #10410 |
All failures:
|
@kimadeline will this bug fix the 3.8 failures on the CI system? |
The 3.8 unit tests (Ubuntu and Windows) were passing in GitHub Actions when this issue was created, so this is new. We should probably verify these test suites again though. |
Stale issue, closing 🥖 |
The CI workflow runs the test suites against Python 2.7 and 3.8, which are not the versions used in the CI pipeline in Azure Pipelines (3.6 and 3.7).
Python tests are failing when run on 3.8, but passing on 3.7, with failures seemingly related to pytest.
Todo:
Run Python and IPython unit tests
step)Note: Since the changes needed are pipeline-independent we might be able to close #8298 after this.
The text was updated successfully, but these errors were encountered: