HomePhabricator

Downgrade and pin zipp library to 1.0.0 for Python 3.5 compatibility

Tags
None
Referenced Files
None
Subscribers
None

Description

Downgrade and pin zipp library to 1.0.0 for Python 3.5 compatibility

In 10f67fd29 we bumped all dev dependencies to the latest version,
including zipp from 0.6.0 to 2.1.0.

However starting zipp 2.0.0 compatiblity with 3.5 was dropped [1],
while this is still the version we are running in Toolforge,
resulting in failing Travis-CI tests.

Until we move to 3.7 (which is now available on Toolforge),
let's downgrade zipp so we can have passing tests.

[1] See https://github.com/jaraco/zipp/issues/28

Details

Provenance
JeanFredAuthored on Feb 3 2020, 3:45 PM
Parents
R2566:279c92b4133f: Also run Travis CI tests on Python 3.7
Branches
Unknown
Tags
Unknown
ChangeId
None