Three tests fail in the Window CI runner now but now actually in windows when running locally in a terminal. After several hours of debugging, it was decided best to skip these three tests in windows for now and document this fact to follow up on getting them working in the CI for github actions the way they work in local windows.
Issue description
These tests are all in tests/integration/test_install_uri.py
test_editable_vcs_install
test_install_editable_git_tag
test_get_vcs_refs
Expected result
These should pass in Github actions Windows runner the way they can pass locally -- probably requires a code change somewhere and has to do with terminal output and maybe a lack of stdin in the CI.
Actual result
We skip those tests in the CI now:
#5046
Three tests fail in the Window CI runner now but now actually in windows when running locally in a terminal. After several hours of debugging, it was decided best to skip these three tests in windows for now and document this fact to follow up on getting them working in the CI for github actions the way they work in local windows.
Issue description
These tests are all in tests/integration/test_install_uri.py
test_editable_vcs_installtest_install_editable_git_tagtest_get_vcs_refsExpected result
These should pass in Github actions Windows runner the way they can pass locally -- probably requires a code change somewhere and has to do with terminal output and maybe a lack of stdin in the CI.
Actual result
We skip those tests in the CI now:
#5046