From: Jonathan Rajotte Date: Tue, 8 Sep 2020 14:11:49 +0000 (-0400) Subject: barectf: remove poetry virtualenvs config modification X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=ae3f7160d4ba37cf67d597a3d935aea55f553c17;p=lttng-ci.git 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 --- 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