diff options
Diffstat (limited to '')
-rw-r--r-- | test/test_python_environment.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_python_environment.py b/test/test_python_environment.py index bce72c4d..a57e3760 100644 --- a/test/test_python_environment.py +++ b/test/test_python_environment.py @@ -1,9 +1,9 @@ from unit.applications.lang.python import TestApplicationPython +prerequisites = {'modules': {'python': 'any'}} -class TestPythonEnvironment(TestApplicationPython): - prerequisites = {'modules': {'python': 'any'}} +class TestPythonEnvironment(TestApplicationPython): def test_python_environment_name_null(self): self.load('environment') |