diff options
| author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-04-24 05:08:56 +0100 |
|---|---|---|
| committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-04-24 05:08:56 +0100 |
| commit | 6a9a4fe0d46263d4d158803d4a82851e240e0e63 (patch) | |
| tree | f67061d63bbcf79e503b7472713b92dfdf6b6d41 /test/test_tls.py | |
| parent | af9392af1fec054119c8ddcd356ade0ea3fbf913 (diff) | |
| download | unit-6a9a4fe0d46263d4d158803d4a82851e240e0e63.tar.gz unit-6a9a4fe0d46263d4d158803d4a82851e240e0e63.tar.bz2 | |
Tests: introduced module version specification in prerequisites.
Diffstat (limited to '')
| -rw-r--r-- | test/test_tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tls.py b/test/test_tls.py index d9dcf237..c482bf5a 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -8,7 +8,7 @@ from unit.applications.tls import TestApplicationTLS class TestTLS(TestApplicationTLS): - prerequisites = {'modules': ['python', 'openssl']} + prerequisites = {'modules': {'python': 'any', 'openssl': 'any'}} def findall(self, pattern): with open(self.testdir + '/unit.log', 'r', errors='ignore') as f: |
