Commit 62ccd142 authored by Jérome Perrin's avatar Jérome Perrin

software/erp5/test: refactor to use managed resources

parent be3ec684
...@@ -51,6 +51,7 @@ setup(name=name, ...@@ -51,6 +51,7 @@ setup(name=name,
'backports.lzma', 'backports.lzma',
'cryptography', 'cryptography',
'pyOpenSSL', 'pyOpenSSL',
'typing; python_version<"3"',
], ],
test_suite='test', test_suite='test',
) )
This diff is collapsed.
...@@ -318,3 +318,4 @@ funcsigs = 1.0.2 ...@@ -318,3 +318,4 @@ funcsigs = 1.0.2
mysqlclient = 1.3.12 mysqlclient = 1.3.12
pexpect = 4.8.0 pexpect = 4.8.0
ptyprocess = 0.6.0 ptyprocess = 0.6.0
typing = 3.7.4.3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment