From f10566af34d95615ad4ecdcd694af9a325026984 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 14 Apr 2019 00:58:39 +0000 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e736a7c6c8..1275031a71 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ commands = # system dependencies are missing, since it's used to tell you what system # dependencies are missing! This also means that bindep must be installed # separately, outside of the requirements files. +usedevelop = False install_command = pip install {opts} {packages} deps = bindep commands = bindep test