Sync with oslo-incubator
Remove obsoleted modules from tree. Sync with oslo-incubator at commit 838a2a31fe009feb2501716d6656eeea426ea357. The updated lockfile module needs setting of the lock_path option, ensure that it is set in the testsuite. Closes-Bug: #1382189 Change-Id: I43ca76a21bd5bdb45f23af9b99b96aefa635ccc1
This commit is contained in:
committed by
Andreas Jaeger
parent
2c127a0b57
commit
0c93feeb5b
@@ -51,8 +51,8 @@ def main(argv):
|
||||
if os.environ.get('tools_path'):
|
||||
root = os.environ['tools_path']
|
||||
venv = os.path.join(root, '.venv')
|
||||
if os.environ.get('venv'):
|
||||
venv = os.environ['venv']
|
||||
if os.environ.get('VENV'):
|
||||
venv = os.environ['VENV']
|
||||
|
||||
pip_requires = os.path.join(root, 'requirements.txt')
|
||||
test_requires = os.path.join(root, 'test-requirements.txt')
|
||||
|
||||
Reference in New Issue
Block a user