]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/hello: add hello to flake8 test
authorKefu Chai <kchai@redhat.com>
Wed, 10 Feb 2021 07:20:25 +0000 (15:20 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Feb 2021 15:12:30 +0000 (23:12 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/hello/__init__.py
src/pybind/mgr/tox.ini

index 129920c09133ef19c66f6d774cf4bd6ab2768f17..9e537bfce3465b2eadb8d7ff5392ad99210476a3 100644 (file)
@@ -1 +1,2 @@
+# flake8: noqa
 from .module import Hello
index 8c14c7df6e9296f0bfe6827011878bf96c045ee7..10c66b3a6a26f4ca7657542ee4135c73ce63de28 100644 (file)
@@ -117,6 +117,7 @@ deps =
 modules =
     cephadm
     devicehealth
+    hello
     orchestrator
 commands =
     flake8 --config=tox.ini {posargs} \