jjb: barectf: install poetry first
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 May 2023 15:25:45 +0000 (11:25 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 9 May 2023 15:25:51 +0000 (11:25 -0400)
Install poetry first so it has more priority when its dependencies
conflict with those of tox.

Change-Id: Iaf7e216cdc0fb67fb8ffaba39b94c689751bb1ca
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/barectf/build.sh

index 577a2c340425ffff706314ea080aaa5f53da6cf4..f78f163d97423a1b20fd9831888320f6a2f61812 100755 (executable)
@@ -23,7 +23,7 @@ set +u
 . "$PYENV_HOME/bin/activate"
 set -u
 
-pip install --quiet tox poetry
+pip install --quiet poetry tox
 
 cd "$SRCDIR"
 
This page took 0.024361 seconds and 4 git commands to generate.