]> 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)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 31 Aug 2021 21:25:20 +0000 (17:25 -0400)
commitef91482fd0a5491a68b9cedc00856e13c60b50b1
tree6f0675bf35fdd001eee51baba672b2d6f22e821f
parentff7892a7fb128800b84d46d6627f055ce434f36a
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>
(cherry picked from commit f9514e3386fe1907e240d7079f2251f9cd419cb3)
src/test/run-cli-tests