Vauxoo / maintainer-quality-tools

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

[FIX] travis_install_nightly: Compatibility with py3.7 and coverage #326

Closed luisg123v closed 2 years ago

luisg123v commented 2 years ago

Coverage 5, wich is the one used by default, is not compatible with Python 3.7; and Coverage 4 is not compatible with environment variables in .coveragerrc, wich we use.

To fix the above, when using Python 3.7, we downgrade Coverage to v4 and manually expand env vars in .coveragerrc.

Dummy MR: https://git.vauxoo.com/vauxoo/l10n-mx-payroll/-/merge_requests/395

luisg123v commented 2 years ago

Hi @moylop260

What do you think?

CC @CarmenMiranda