]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/cephfs: remove sys.exc_clear() calls
authorKefu Chai <kchai@redhat.com>
Fri, 8 May 2020 03:10:56 +0000 (11:10 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 8 May 2020 03:21:22 +0000 (11:21 +0800)
commit702de9590cdfe6c95ef8e87cb74cd05944e380c9
tree3c152e1801e55bdb0c25df32b135ce5a5f864c6d
parent6d0b1776eae6b48d8b61d501f75430fbf0677260
qa/tasks/cephfs: remove sys.exc_clear() calls

sys.exc_clear() was removed in Python3, see
https://docs.python.org/3/whatsnew/3.0.html#index-22. so we should not
call it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/cephfs/test_snapshots.py