From 3f10b20c4d6545a4ff8676f5dac2b1aeaef86aab Mon Sep 17 00:00:00 2001 From: baztian Date: Wed, 27 May 2020 17:42:47 +0200 Subject: [PATCH] Fix mockito issues --- mockdriver/pom.xml | 6 +++--- tox.ini | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mockdriver/pom.xml b/mockdriver/pom.xml index d896386..c709044 100644 --- a/mockdriver/pom.xml +++ b/mockdriver/pom.xml @@ -8,15 +8,15 @@ jar - 1.7 - 1.7 + 1.8 + 1.8 org.mockito mockito-all - 1.9.5 + 1.10.19 diff --git a/tox.ini b/tox.ini index 9683df2..c61e685 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,9 @@ setenv = driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest deps = oldjpype: JPype1==0.6.3 - newjpype: JPype1==0.7.0 + py35-newjpype: JPype1==0.7.5 + py36-newjpype: JPype1==0.7.5 + py27-newjpype: JPype1==0.7.0 jip==0.9.14 coverage==4.5.4 commands =