From 5489fd3b05f1a87f42ccf2c72e3eb23db7db1498 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 10 Mar 2020 10:38:04 +0100 Subject: [PATCH] python-common: don't run flake8 on tests. Signed-off-by: Sebastian Wagner --- src/python-common/ceph/tests/test_disk_selector.py | 1 + src/python-common/ceph/tests/test_drive_group.py | 1 + src/python-common/ceph/tests/test_service_spec.py | 1 + 3 files changed, 3 insertions(+) diff --git a/src/python-common/ceph/tests/test_disk_selector.py b/src/python-common/ceph/tests/test_disk_selector.py index d6e9665dc73f1..b60e0e30f03f3 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 a12a36589dae7..fdb195e55b199 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 19553e9d6aacc..7c3057587a0e2 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 -- 2.39.5