Merge ~racb/git-ubuntu:unpin-lazr-restfulclient into git-ubuntu:master

Proposed by Robie Basak
Status: Merged
Merged at revision: 85ec81a376b42d8aa24913104680a0fd1880187b
Proposed branch: ~racb/git-ubuntu:unpin-lazr-restfulclient
Merge into: git-ubuntu:master
Diff against target: 13 lines (+1/-1)
1 file modified
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Paride Legovini (community) Approve
git-ubuntu developers Pending
Review via email: mp+378155@code.launchpad.net

Commit message

Make Jenkins happy

To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

Looks good; if lazr.restfulclient 0.14.2 was the latest available version up to the release of 0.14.3 then I agree the pin had no use.

review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:85ec81a376b42d8aa24913104680a0fd1880187b
https://jenkins.ubuntu.com/server/job/git-ubuntu-ci/453/
Executed test runs:
    SUCCESS: VM Setup
    SUCCESS: Build
    SUCCESS: Unit Tests
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/git-ubuntu-ci/453//rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/setup.py b/setup.py
2index d9600f9..b66dbba 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -34,7 +34,7 @@ setup(name='gitubuntu',
6 'setuptools',
7 'keyring>=16.0.1', # https://github.com/jaraco/keyrings.alt/issues/28
8 'keyrings.alt',
9- 'lazr.restfulclient==0.14.2',
10+ 'lazr.restfulclient',
11 'pytest==3.1.3',
12 'pytest-cov==2.5.1',
13 'systemd-python',

Subscribers

People subscribed via source and target branches