]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/bucket_notification: s/virtualenv/python3 -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:11:23 +0000 (21:11 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 14:34:05 +0000 (22:34 +0800)
commitd35af0c92a90dea1cec673d06bdcd75da33f339a
treee5e507d1a44d30eb2477f5b15a94192990c1bcba
parentf0ed7a188facb9bb5098c2452fb4d3d134d2c436
test/rgw/bucket_notification: 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>
src/test/rgw/bucket_notification/bootstrap