summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_output.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_ipalib/test_output.py')
-rw-r--r--ipatests/test_ipalib/test_output.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipatests/test_ipalib/test_output.py b/ipatests/test_ipalib/test_output.py
index 1161e649a..927da74f3 100644
--- a/ipatests/test_ipalib/test_output.py
+++ b/ipatests/test_ipalib/test_output.py
@@ -27,6 +27,10 @@ from ipalib.frontend import Command
from ipalib import _
from ipapython.version import API_VERSION
+import pytest
+
+pytestmark = pytest.mark.tier0
+
class test_Output(ClassChecker):
"""
Test the `ipalib.output.Output` class.