summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_ipalib/test_cli.py')
-rw-r--r--ipatests/test_ipalib/test_cli.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_ipalib/test_cli.py b/ipatests/test_ipalib/test_cli.py
index 0c3affcd3..3004e1f76 100644
--- a/ipatests/test_ipalib/test_cli.py
+++ b/ipatests/test_ipalib/test_cli.py
@@ -24,6 +24,9 @@ Test the `ipalib.cli` module.
from ipatests.util import raises, get_api, ClassChecker
from ipalib import cli, plugable, frontend, backend
+import pytest
+
+pytestmark = pytest.mark.tier0
class test_textui(ClassChecker):
_cls = cli.textui