Add 'rm -f .testrepository/times.dbm' command in testenv
Running py2* post py3* tests results in error. Add 'rm -f .testrepository/times.dbm' command in testenv to resolve this. Change-Id: I725b7f4dcbed537577b99f4b9f13a74e2e4c26e7
This commit is contained in:
parent
8e8b212a44
commit
4e6228d5ff
1
tox.ini
1
tox.ini
@ -12,6 +12,7 @@ setenv =
|
||||
DISCOVER_DIRECTORY=vitrage/tests
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
rm -f .testrepository/times.dbm
|
||||
python setup.py testr --slowest --testr-args='{posargs}'
|
||||
oslo-config-generator --config-file=etc/vitrage/vitrage-config-generator.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user