Don't install zuul in the bindep tox testenv

Running bindep doesn't rely on the zuul source or any of its
dependencies installed, so set usedevelop to False ensuring only
bindep and its dependencies are installed (which is much quicker and
less likely to raise unrelated dependency errors in the process).

Change-Id: I886857e22ed953efdaab5b6247d1e15039806f48
This commit is contained in:
Jeremy Stanley 2019-04-14 00:58:39 +00:00 committed by Tobias Henkel
parent 5fb5e84954
commit f10566af34
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ commands =
# system dependencies are missing, since it's used to tell you what system # system dependencies are missing, since it's used to tell you what system
# dependencies are missing! This also means that bindep must be installed # dependencies are missing! This also means that bindep must be installed
# separately, outside of the requirements files. # separately, outside of the requirements files.
usedevelop = False
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
deps = bindep deps = bindep
commands = bindep test commands = bindep test