]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr/dashboard: s/virtualenv/python -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 12:53:56 +0000 (20:53 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:16:56 +0000 (21:16 +0800)
commit730f7134f6db1537b2c6cc94f1f4b099579b0c8c
tree86ebf7be68037c1f2981a73ee54493503d487747
parentf9514e3386fe1907e240d7079f2251f9cd419cb3
pybind/mgr/dashboard: 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/pybind/mgr/dashboard/run-backend-api-tests.sh