← Back to team overview

cloud-init-dev team mailing list archive

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

 

Chad Smith has proposed merging ~chad.smith/cloud-init:fix/tox-on-disco into cloud-init:master.

Commit message:
tox: fix disco httpretty dependencies for py37 and allow for skipping py27 env

LP: #1813361

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/362266
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:fix/tox-on-disco into cloud-init:master.
diff --git a/tox.ini b/tox.ini
index d983348..2f4d9c8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
 [tox]
 envlist = py27, py3, xenial, pycodestyle, pyflakes, pylint
 recreate = True
+skip_missing_interpreters = true
 
 [testenv]
 commands = python -m nose {posargs:tests/unittests cloudinit}
@@ -75,7 +76,7 @@ deps =
     jsonpatch==1.16
     six==1.10.0
     # test-requirements
-    httpretty==0.8.6
+    httpretty==0.9.6
     mock==1.3.0
     nose==1.3.7
     unittest2==1.1.0

Follow ups