Remove ovo[fixtures] dependency from tox.ini
Looks like we should now be able to add oslo.versionedobjects[fixtures] to test-requirements.txt and remove it from tox.ini, so this commit does that. Change-Id: I420ea16d8ad6d883e7c2c8de80f912ea35500367
This commit is contained in:
parent
ecd2567374
commit
792108f771
@ -20,6 +20,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
|
|||||||
testresources>=0.2.4 # Apache-2.0/BSD
|
testresources>=0.2.4 # Apache-2.0/BSD
|
||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
oslosphinx>=4.7.0 # Apache-2.0
|
oslosphinx>=4.7.0 # Apache-2.0
|
||||||
|
oslo.versionedobjects[fixtures]>=1.13.0 # Apache-2.0
|
||||||
os-testr>=0.7.0 # Apache-2.0
|
os-testr>=0.7.0 # Apache-2.0
|
||||||
tempest-lib>=0.14.0 # Apache-2.0
|
tempest-lib>=0.14.0 # Apache-2.0
|
||||||
bandit>=1.1.0 # Apache-2.0
|
bandit>=1.1.0 # Apache-2.0
|
||||||
|
3
tox.ini
3
tox.ini
@ -11,10 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||||
|
|
||||||
# TODO(mriedem): Move oslo.versionedobjects[fixtures] to test-requirements.txt
|
|
||||||
# after I937823ffeb95725f0b55e298ebee1857d6482883 lands.
|
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
oslo.versionedobjects[fixtures]
|
|
||||||
|
|
||||||
# By default ostestr will set concurrency
|
# By default ostestr will set concurrency
|
||||||
# to ncpu, to specify something else use
|
# to ncpu, to specify something else use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user