summaryrefslogtreecommitdiffhomepage
path: root/test/test_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_settings.py')
-rw-r--r--test/test_settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index b34883b8..4e604f21 100644
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -5,8 +5,7 @@ from unit.applications.lang.python import TestApplicationPython
class TestSettings(TestApplicationPython):
- def setUpClass():
- TestApplicationPython().check_modules('python')
+ prerequisites = ['python']
def test_settings_header_read_timeout(self):
self.load('empty')