-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Testing
-
Fully Compatible
-
Not Needed
-
Currently all tests on mac for aws fail. See for example.
The problematic command is this one where "quote_plus" has now been placed in "parse". So the full command on macos now should look:
python -c "import sys, urllib.parse; sys.stdout.write(urllib.parse.quote(sys.argv[1]))"
However windows and linux machines still expect the old approach.