Don't install '.' in bindep target.
The bindep target needs to be able to run when distro deps required to install Zuul are not yet installed (as bindep is what tells the user what distro deps to install). Drop the session install for '.' to address this. Change-Id: I1dfa125df7dfaf9601880f4eadbfafb91ab01945
This commit is contained in:
parent
7db24fc7f4
commit
ed6e4b147d
@ -47,7 +47,6 @@ def bindep(session):
|
||||
set_standard_env_vars(session)
|
||||
set_env(session, 'SQLALCHEMY_WARN_20', '1')
|
||||
session.install('bindep')
|
||||
session.install('.')
|
||||
session.run('bindep', 'test')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user