Use ObjectVersionChecker fixture from oslo.versionedobjects

The fixture in the o.vo library allows us to remove duplicate test
code in Nova, so let's use that.

Change-Id: I896e7ee53856955e0338e7c83cd112d43b27367d
This commit is contained in:
Matt Riedemann 2015-11-10 11:48:35 -08:00
parent 4261a0ca06
commit cf76767342

View File

@ -16,7 +16,10 @@ setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/unit
LANGUAGE=en_US
LC_ALL=en_US.utf-8
# TODO(mriedem): Move oslo.versionedobjects[fixtures] to test-requirements.txt
# after I937823ffeb95725f0b55e298ebee1857d6482883 lands.
deps = -r{toxinidir}/test-requirements.txt
oslo.versionedobjects[fixtures]
commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox.sh '{posargs}'