Tests: introduced module version specification in prerequisites.

This commit is contained in:
Andrei Zeliankou
2020-04-24 05:08:56 +01:00
parent af9392af1f
commit 6a9a4fe0d4
25 changed files with 38 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ from unit.applications.lang.python import TestApplicationPython
class TestProxy(TestApplicationPython):
prerequisites = {'modules': ['python']}
prerequisites = {'modules': {'python': 'any'}}
SERVER_PORT = 7999