forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix Python tests on Windows #14023
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
Labels
area-internal
Label for non-user facing issues
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
important
Issue identified as high-priority
Comments
Maybe related: #13850 |
2 tasks
@DavidKutu, @karthiknadig, what is the actual problem and what changed in 3.9? The output of the two failing tests would help. (I'm guessing the way that doctests are handled changed, perhaps related to the new parser in 3.9.) |
The order of the properties in the json object changed. Particularly, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-internal
Label for non-user facing issues
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
important
Issue identified as high-priority
These 2 fails on CI on Windows
FAILED pythonFiles\tests\testing_tools\adapter\test_functional.py::PytestTests::test_discover_complex_default
FAILED pythonFiles\tests\testing_tools\adapter\test_functional.py::PytestTests::test_discover_complex_doctest
They are disabled for now.
The text was updated successfully, but these errors were encountered: