Fix mockito issues
parent
f94608e07b
commit
3f10b20c4d
|
|
@ -8,15 +8,15 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-all</artifactId>
|
<artifactId>mockito-all</artifactId>
|
||||||
<version>1.9.5</version>
|
<version>1.10.19</version>
|
||||||
<!-- non-test scope on purpose -->
|
<!-- non-test scope on purpose -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
4
tox.ini
4
tox.ini
|
|
@ -19,7 +19,9 @@ setenv =
|
||||||
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
||||||
deps =
|
deps =
|
||||||
oldjpype: JPype1==0.6.3
|
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
|
jip==0.9.14
|
||||||
coverage==4.5.4
|
coverage==4.5.4
|
||||||
commands =
|
commands =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue