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:
Andreas Jaeger 2020-06-09 11:05:45 +02:00
parent a9d00db25b
commit a37891321a
3 changed files with 1 additions and 8 deletions

View File

@ -1 +0,0 @@
[python: **.py]

View File

@ -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

View File

@ -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}