Merge ~chad.smith/cloud-init:fix/tox-on-disco into cloud-init:master

Proposed by Chad Smith
Status: Merged
Approved by: Chad Smith
Approved revision: 194a4dcbccf8b8469c53404816cd1b58c0347670
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~chad.smith/cloud-init:fix/tox-on-disco
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
Server Team CI bot continuous-integration Approve
Ryan Harper Approve
Review via email: mp+362266@code.launchpad.net

Commit message

tox: fix disco httpretty dependencies for py37

LP: #1813361

To post a comment you must log in.
Revision history for this message
Ryan Harper (raharper) wrote :

One question, how do we distinguish missing py27 on valid releases versus Disco (or others) where it isn't?

194a4dc... by Chad Smith

drop skip_missing_interpreters as we can handle that in CI

Revision history for this message
Ryan Harper (raharper) wrote :

Fixed commit message and approved.

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

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

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

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

PASSED: Continuous integration, rev:194a4dcbccf8b8469c53404816cd1b58c0347670
https://jenkins.ubuntu.com/server/job/cloud-init-ci/538/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/538/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/tox.ini b/tox.ini
2index d983348..d371720 100644
3--- a/tox.ini
4+++ b/tox.ini
5@@ -75,7 +75,7 @@ deps =
6 jsonpatch==1.16
7 six==1.10.0
8 # test-requirements
9- httpretty==0.8.6
10+ httpretty==0.9.6
11 mock==1.3.0
12 nose==1.3.7
13 unittest2==1.1.0

Subscribers

People subscribed via source and target branches