From 8b35846606a4b1a40fdbabb1b8c9839203ecfce7 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 30 Jul 2020 10:19:43 -0400 Subject: [PATCH] barectf: update build recipe for poetry and tox Signed-off-by: Jonathan Rajotte --- scripts/barectf/build.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/barectf/build.sh b/scripts/barectf/build.sh index 5eafb08..9f07c6d 100755 --- a/scripts/barectf/build.sh +++ b/scripts/barectf/build.sh @@ -37,15 +37,14 @@ set +u set -u # install setuptools first -pip install setuptools +pip install tox poetry cd "$SRCDIR" # install barectf in virtual environment -./setup.py install +poetry config virtualenvs.create false # test -cd tests -./test.bash +tox -v # EOF -- 2.34.1