summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a17156ce..ec96e859 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,8 +66,10 @@ 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 as found in Artful. To keep default
+ # invocation of 'tox' happy, accept the difference in version here.
+ jsonpatch==1.16
six==1.10.0
# test-requirements
httpretty==0.8.6