Module: check_mk
Branch: master
Commit: 154cfd15ff2276b6c528a784b9fcbed61e21b88c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=154cfd15ff2276…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Thu Nov 30 14:31:46 2017 +0100
Check tests: Remove unused import
Change-Id: I114b7e926b0a677d9b5406dd097144abd9326444
---
tests/checks/conftest.py | 2 --
tests/checks/test_df_check.py | 1 -
tests/checks/test_mkbackup_check.py | 1 -
3 files changed, 4 deletions(-)
diff --git a/tests/checks/conftest.py b/tests/checks/conftest.py
index a80ce04..95445e6 100644
--- a/tests/checks/conftest.py
+++ b/tests/checks/conftest.py
@@ -1,5 +1,3 @@
-
-import sys
import pytest
import cmk
diff --git a/tests/checks/test_df_check.py b/tests/checks/test_df_check.py
index f2abdf6..bb5ac44 100644
--- a/tests/checks/test_df_check.py
+++ b/tests/checks/test_df_check.py
@@ -1,6 +1,5 @@
import pytest
import pprint
-import sys
pytestmark = pytest.mark.checks
diff --git a/tests/checks/test_mkbackup_check.py b/tests/checks/test_mkbackup_check.py
index 0029892..a93bccb 100644
--- a/tests/checks/test_mkbackup_check.py
+++ b/tests/checks/test_mkbackup_check.py
@@ -1,6 +1,5 @@
import pytest
import pprint
-import sys
pytestmark = pytest.mark.checks