barectf: remove poetry virtualenvs config modification
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 8 Sep 2020 14:11:49 +0000 (10:11 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 8 Sep 2020 14:20:30 +0000 (10:20 -0400)
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 <pproulx@efficios.com>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/barectf/build.sh

index 90ea995c7ea946c984c5ede79c5faaaa2163e99f..39e05592ce86d23a85eb645423cfd2c0f7ae2b39 100755 (executable)
@@ -37,9 +37,6 @@ pip install --quiet tox poetry
 
 cd "$SRCDIR"
 
-# install barectf in virtual environment
-poetry config virtualenvs.create false
-
 # test
 tox -v
 
This page took 0.024106 seconds and 4 git commands to generate.