Open BetsyMcPhail opened 3 years ago
Resolved by https://github.com/spack/spack/pull/21398
I have a WIP branch where all 'url_fetch' tests are passing on Windows --> https://github.com/BetsyMcPhail/spack/tree/urllib-windows
A few notes:
Command to run tests: spack unit-test lib/spack/spack/test/url_fetch.py
FYI @loulawrence if you want to give the branch a try on your system
Thanks for testing @loulawrence, hopefully all of the tests should be passing on Windows now!
urllib must manually decode responses to utf-8, which may cause errors on special characters, e.g. ñ, ö, ß . Can be ignored to pass tests, but may have unforeseen consequences.