]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/_ext: do not mock ceph_argparse
authorKefu Chai <kchai@redhat.com>
Tue, 12 Jan 2021 15:05:21 +0000 (23:05 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 15 Jan 2021 09:25:27 +0000 (17:25 +0800)
this module is used for convert argspec to argdesc by
CLICommand.load_func_metadata()

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/_ext/ceph_commands.py

index 94790cd0220dc5c8add1e5c6cd48514960ee38b0..bddd85f7656e9f9f32eb5a859502cbb5e0d7b8b1 100644 (file)
@@ -245,8 +245,7 @@ class CephMgrCommands(Directive):
                         'dateutil',
                         'dateutil.parser']
         # make dashboard happy
-        mock_imports += ['ceph_argparse',
-                         'OpenSSL',
+        mock_imports += ['OpenSSL',
                          'jwt',
                          'bcrypt',
                          'scipy',