diff options
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r-- | test/test_proxy.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py index 23b4a6a4..ad14c23d 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -8,10 +8,10 @@ from unit.applications.lang.python import TestApplicationPython from unit.option import option from unit.utils import waitforsocket +prerequisites = {'modules': {'python': 'any'}} -class TestProxy(TestApplicationPython): - prerequisites = {'modules': {'python': 'any'}} +class TestProxy(TestApplicationPython): SERVER_PORT = 7999 @pytest.fixture(autouse=True) |