cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #03192
Re: [Merge] ~smoser/cloud-init:fix/tox-xenial-3.5 into cloud-init:master
Another tested working option is this:
$ git diff
diff --git a/tox.ini b/tox.ini
index 1e7ca2d3..c95f4443 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,8 +66,9 @@ deps =
pyserial==3.0.1
configobj==5.0.6
requests==2.9.1
- # jsonpatch ubuntu is 1.10, not 1.19 (#839779)
- jsonpatch==1.10
+ # jsonpatch in xenial is 1.10, not 1.19 (#839779). The oldest version
+ # to work with python3.6 is 1.16.
+ jsonpatch==1.16
six==1.10.0
# test-requirements
httpretty==0.8.6
--
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/329926
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:fix/tox-xenial-3.5 into cloud-init:master.
References