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)
commitae3f7160d4ba37cf67d597a3d935aea55f553c17
treebdebbc3676edb61185ddaf8a4509f5f41597e09d
parent5bd69da1c5de97265745de0a5aa9dbb4e1adeca0
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 <pproulx@efficios.com>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/barectf/build.sh
This page took 0.022528 seconds and 4 git commands to generate.