]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: disable autopep8 for test_{spec,scheduling}.py 36848/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 27 Aug 2020 08:20:34 +0000 (10:20 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 27 Aug 2020 08:20:34 +0000 (10:20 +0200)
The signal to noise ratio is just too bad.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/tests/test_scheduling.py
src/pybind/mgr/cephadm/tests/test_spec.py

index 76807f8fccad7591c35d018f78ae5df281689cbe..ac5ad9226661d49dcb64b114f39d6529d75a572d 100644 (file)
@@ -1,3 +1,7 @@
+# Disable autopep8 for this file:
+
+# fmt: off
+
 from typing import NamedTuple, List
 import pytest
 
@@ -315,7 +319,7 @@ def test_scheduler_daemons(host_key, hosts,
     )
 
 
-## =========================
+# =========================
 
 
 class NodeAssignmentTest(NamedTuple):
index 2fa190a814fb98403371370c185326498fbec263..eb02f95e086bbb8e2ae42b9c30bf1f639fb3b587 100644 (file)
@@ -1,3 +1,7 @@
+# Disable autopep8 for this file:
+
+# fmt: off
+
 import json
 
 import pytest