Merge lp://staging/~cjwatson/loggerhead/py27-py35-workarounds into lp://staging/loggerhead
Proposed by
Colin Watson
Status: | Merged |
---|---|
Approved by: | Colin Watson |
Approved revision: | 513 |
Merge reported by: | Otto Co-Pilot |
Merged at revision: | not available |
Proposed branch: | lp://staging/~cjwatson/loggerhead/py27-py35-workarounds |
Merge into: | lp://staging/loggerhead |
Diff against target: |
21 lines (+5/-1) 2 files modified
requirements.txt (+1/-0) tox.ini (+4/-1) |
To merge this branch: | bzr merge lp://staging/~cjwatson/loggerhead/py27-py35-workarounds |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thiago F. Pappacena (community) | Approve | ||
Review via email: mp+401325@code.staging.launchpad.net |
Commit message
Fix py27 and py35 tox environments.
Description of the change
Keeping Python 2.7 and 3.5 tests working now that they're unsupported upstream and various core packages such as pip have dropped support for them is getting harder, but it's still viable with a few hacks. Loggerhead still needs to support these versions for now.
To post a comment you must log in.
LGTM