From ae3f7160d4ba37cf67d597a3d935aea55f553c17 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 8 Sep 2020 10:11:49 -0400 Subject: [PATCH] barectf: remove poetry virtualenvs config modification virtualenvs.create is defined as: Create a new virtual environment if one doesn't already exist. Defaults to true. Tox provides a virtualenv for the CI execution. Hence we can remove this statement and default to True for this setting. [1] https://python-poetry.org/docs/configuration/#virtualenvscreate-boolean Reported-by: Philippe Proulx Signed-off-by: Jonathan Rajotte --- scripts/barectf/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/barectf/build.sh b/scripts/barectf/build.sh index 90ea995..39e0559 100755 --- a/scripts/barectf/build.sh +++ b/scripts/barectf/build.sh @@ -37,9 +37,6 @@ pip install --quiet tox poetry cd "$SRCDIR" -# install barectf in virtual environment -poetry config virtualenvs.create false - # test tox -v -- 2.34.1