diff --git a/lower-constraints.txt b/lower-constraints.txt index cc933348..a17ec0d3 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,8 +1,10 @@ appdirs==1.3.0 Babel==2.3.4 bandit==1.4.0 +cassandra-driver===2.1.4 coverage==4.0 debtcollector==1.2.0 +elasticsearch===2.0.0 extras==1.0.0 fixtures==3.0.0 flake8==2.5.5 @@ -12,6 +14,7 @@ gitdb==0.6.4 GitPython==1.0.1 greenlet==0.4.10 hacking==0.12.0 +influxdb===2.9.2 iso8601==0.1.11 kazoo==2.2 keystoneauth1==3.4.0 diff --git a/test-requirements.txt b/test-requirements.txt index e16d4598..fe202ce0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,4 +7,4 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0.0 # BSD oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index d2d45e45..f3028a48 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = commands = find {toxinidir} -type f -name "*.py[c|o]" -delete rm -Rf .testrepository/times.dbm - ostestr {posargs} + stestr run {posargs} [testenv:cover] setenv =