summaryrefslogtreecommitdiffhomepage
path: root/test/test_usr1.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-04-24 05:08:56 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2020-04-24 05:08:56 +0100
commit6a9a4fe0d46263d4d158803d4a82851e240e0e63 (patch)
treef67061d63bbcf79e503b7472713b92dfdf6b6d41 /test/test_usr1.py
parentaf9392af1fec054119c8ddcd356ade0ea3fbf913 (diff)
downloadunit-6a9a4fe0d46263d4d158803d4a82851e240e0e63.tar.gz
unit-6a9a4fe0d46263d4d158803d4a82851e240e0e63.tar.bz2
Tests: introduced module version specification in prerequisites.
Diffstat (limited to '')
-rw-r--r--test/test_usr1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_usr1.py b/test/test_usr1.py
index 155303ea..0627ca1d 100644
--- a/test/test_usr1.py
+++ b/test/test_usr1.py
@@ -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')