pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.38k stars 367 forks source link

Update vendored six library to version 1.16.0 #843

Closed Tenzer closed 1 year ago

Tenzer commented 2 years ago

This version has Python 3.10 a compatibility fix that means the following warning won't be emitted anymore when Invoke is used on Python 3.10:

ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()

See the issue reported for more details: https://github.com/benjaminp/six/issues/341.

Tenzer commented 1 year ago

Six was removed in 2ec488b3c201127dd5e5c5e1460135fdee7ecf83 so this is no longer necessary.