From e216783123ba9985250e6a7334c868ec35773570 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 9 May 2023 11:25:45 -0400 Subject: [PATCH] jjb: barectf: install poetry first Install poetry first so it has more priority when its dependencies conflict with those of tox. Change-Id: Iaf7e216cdc0fb67fb8ffaba39b94c689751bb1ca Signed-off-by: Michael Jeanson --- scripts/barectf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/barectf/build.sh b/scripts/barectf/build.sh index 577a2c3..f78f163 100755 --- a/scripts/barectf/build.sh +++ b/scripts/barectf/build.sh @@ -23,7 +23,7 @@ set +u . "$PYENV_HOME/bin/activate" set -u -pip install --quiet tox poetry +pip install --quiet poetry tox cd "$SRCDIR" -- 2.34.1