summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_procman.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_python_procman.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_python_procman.py b/test/test_python_procman.py
index 461846e3..9292adcb 100644
--- a/test/test_python_procman.py
+++ b/test/test_python_procman.py
@@ -6,8 +6,7 @@ from unit.applications.lang.python import TestApplicationPython
class TestPythonProcman(TestApplicationPython):
- def setUpClass():
- TestApplicationPython().check_modules('python')
+ prerequisites = ['python']
def pids_for_process(self):
time.sleep(0.2)