-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: Testing
-
None
-
Fully Compatible
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
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.