Skip to content
Snippets Groups Projects
Commit 7cc13e91 authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[FIX] test_lint, test_pylint: reintroduce an empty test_pylint module


Since test_pylint was moved into the test_lint module in commit
b27077bb, this could break Odoo instances where a module has test_pylint in its dependency.

With this commit, the test_pylint module is coming back as an empty
module.

closes odoo/odoo#33871

Signed-off-by: default avatarOlivier Dony (odo) <odo@openerp.com>
parent e88edfc5
Branches
Tags
No related merge requests found
# -*- coding: utf-8 -*-
{
'name': 'test-eval',
'version': '0.1',
'category': 'Tests',
'description': """Deprecated empty module in favor of test-lint.""",
'maintainer': 'Odoo SA',
'depends': ['base'],
'installable': True,
'auto_install': False,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment