From: Sebastian Wagner Date: Tue, 10 Mar 2020 09:38:04 +0000 (+0100) Subject: python-common: don't run flake8 on tests. X-Git-Tag: v15.1.1~33^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5489fd3b05f1a87f42ccf2c72e3eb23db7db1498;p=ceph.git python-common: don't run flake8 on tests. Signed-off-by: Sebastian Wagner --- diff --git a/src/python-common/ceph/tests/test_disk_selector.py b/src/python-common/ceph/tests/test_disk_selector.py index d6e9665dc73f..b60e0e30f03f 100644 --- a/src/python-common/ceph/tests/test_disk_selector.py +++ b/src/python-common/ceph/tests/test_disk_selector.py @@ -1,3 +1,4 @@ +# flake8: noqa import pytest from ceph.deployment.inventory import Devices, Device diff --git a/src/python-common/ceph/tests/test_drive_group.py b/src/python-common/ceph/tests/test_drive_group.py index a12a36589dae..fdb195e55b19 100644 --- a/src/python-common/ceph/tests/test_drive_group.py +++ b/src/python-common/ceph/tests/test_drive_group.py @@ -1,3 +1,4 @@ +# flake8: noqa import pytest from ceph.deployment import drive_selection, translate diff --git a/src/python-common/ceph/tests/test_service_spec.py b/src/python-common/ceph/tests/test_service_spec.py index 19553e9d6aac..7c3057587a0e 100644 --- a/src/python-common/ceph/tests/test_service_spec.py +++ b/src/python-common/ceph/tests/test_service_spec.py @@ -1,3 +1,4 @@ +# flake8: noqa import json import pytest