Drop obsolete files
- Remove unused files babel.cfg and openstack-common.conf. - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE. Change-Id: I18d94eec1ae2ded0c15e1b458021d853deedd8c9
This commit is contained in:
parent
a9d00db25b
commit
a37891321a
@ -1,6 +0,0 @@
|
||||
[DEFAULT]
|
||||
|
||||
# The list of modules to copy from oslo-incubator.git
|
||||
|
||||
# The base module to hold the copy of openstack.common
|
||||
base=puppet-openstack-specs
|
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ basepython = python3
|
||||
usedevelop = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
commands = stestr run --slowest {posargs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user