]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: s/virtualenv/python3 -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:06:23 +0000 (21:06 +0800)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 31 Aug 2021 21:25:20 +0000 (17:25 -0400)
commit83aecae842e55939f298cc6fffdfecb30fa8efb0
tree6137c5ace42069482ab5efef53edd1d2232d558f
parentab61becc02ae2c91dc74c0ce38c551e75d12c3c1
qa/tasks: s/virtualenv/python3 -m venv/

so we don't need to use virtualenv python package for creating a
virtualenv, the "venv" module in Python3 would suffice.

see also https://docs.python.org/3/library/venv.html

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit f0ed7a188facb9bb5098c2452fb4d3d134d2c436)
qa/tasks/barbican.py
qa/tasks/cram.py
qa/tasks/pykmip.py
qa/tasks/s3a_hadoop.py
qa/tasks/tox.py