Vauxoo / maintainer-quality-tools

QA tools for Odoo maintainers
GNU Affero General Public License v3.0
3 stars 9 forks source link

ImportError: No module named pstats_print2list #94

Closed osvalr closed 8 years ago

osvalr commented 8 years ago

When executing entrypoint.sh script, I get the following:

root@e38821bee952:~/# /entrypoint.sh
======== Testing test_flake8 ========
======== Testing test_pylint ========
extra_params_cmd ['--extra-params', '--load-plugins=pylint_odoo']
count_errors 0

+=======================================
|  Tests summary:
|---------------------------------------
| test_flake8                 Success
| test_pylint                 Success
+=======================================
Traceback (most recent call last):
  File "/root/maintainer-quality-tools/travis/travis_after_tests_success", line 11, in <module>
    from pstats_print2list import get_pstats_print2list, print_pstats_list
ImportError: No module named pstats_print2list

pstats_print2list should be added to requirements.txt

moylop260 commented 8 years ago

Does t2d local?

osvalr commented 8 years ago

this is a t2d using raditz

moylop260 commented 8 years ago

Ok, I got it. I saw that you build is of the LINT_CHECK script... I will fix it

Thank you

osvalr commented 8 years ago

yes, it is the LINT_CHECK

moylop260 commented 8 years ago

Fixed https://github.com/Vauxoo/maintainer-quality-tools/pull/97