]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/run-cli-tests: s/virtualenv/python -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 12:51:57 +0000 (20:51 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:16:56 +0000 (21:16 +0800)
commitf9514e3386fe1907e240d7079f2251f9cd419cb3
tree4398fa199433b0f31b8c33e1a5d1d1d93b5ab0ce
parent494fea50ced7224322f382796f1904742e6a6b69
test/run-cli-tests: s/virtualenv/python -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>
src/test/run-cli-tests