You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
matteius
changed the title
Have to skip 3 windows tests in the CI now that we fixed the install return code
Skipping 3 windows tests in the CI now that we fixed the install return code
Apr 21, 2022
* Check at the end of install if the failed dependency queue is empty or not and exit with error when there are still failed dependencies.
* Address PR feedback about crayons.
* Fix windows tests that fail because of showing the progress bar, but only local -- CI still breaks.
* Skip these tests on the windows CI for now. Created #5064 to track
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
The text was updated successfully, but these errors were encountered: