Merge ~smoser/cloud-init:cleanup/tox-1.7.5 into cloud-init:master

Proposed by Scott Moser
Status: Merged
Approved by: Scott Moser
Approved revision: 1d1c31292a0d10e3dd8940739b577fad9d18f5c5
Merged at revision: 1d1c31292a0d10e3dd8940739b577fad9d18f5c5
Proposed branch: ~smoser/cloud-init:cleanup/tox-1.7.5
Merge into: cloud-init:master
Diff against target: 13 lines (+1/-1)
1 file modified
tox.ini (+1/-1)
Reviewer Review Type Date Requested Status
Ryan Harper Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+335045@code.launchpad.net

Commit message

tests: move to using tox 1.7.5

When we moved to having tox run on tests/ and tools/ we bumped tox
to version 1.7.1. That was an error on my part as I just checked the
version I had locally and didn't go looking for what the newest upstream
release was.

The current version as of today is 1.7.5 and 'tox -e pylint' works with
this version

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:1d1c31292a0d10e3dd8940739b577fad9d18f5c5
https://jenkins.ubuntu.com/server/job/cloud-init-ci/611/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/611/rebuild

review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tox.ini b/tox.ini
2index d7316cc..0802072 100644
3--- a/tox.ini
4+++ b/tox.ini
5@@ -24,7 +24,7 @@ setenv =
6 basepython = python3
7 deps =
8 # requirements
9- pylint==1.7.1
10+ pylint==1.7.5
11 # test-requirements because unit tests are now present in cloudinit tree
12 -r{toxinidir}/test-requirements.txt
13 commands = {envpython} -m pylint {posargs:cloudinit tests tools}

Subscribers

People subscribed via source and target branches