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

@@ -5,7 +5,7 @@ from unit.applications.lang.python import TestApplicationPython
class TestUSR1(TestApplicationPython):
prerequisites = {'modules': ['python']}
prerequisites = {'modules': {'python': 'any'}}
def test_usr1_access_log(self):
self.load('empty')