runbot/runbot
Christophe Monniez 45799df094 [FIX] runbot: temporarily freeze the coverage version
As the Odoo requirements were recently updated, the last RUN entry in
the Docker image was rebuilt on our runbot instances.

Since that moment the coverage builds are failing with an import error.
After investigation, it appears that the latest coverage version modifies the sys.path.
A bug report was written for coverage: https://github.com/nedbat/coveragepy/issues/919

For that reason, this commit freeze the coverage version until this bug
is fixed.

Also, the os import problem in conatainer.py is fiexed.
2020-01-14 13:46:58 +01:00
..
controllers [IMP] runbot: simplify views and adapt to odoo13 2020-01-14 13:24:58 +01:00
data [FIX] runbot: temporarily freeze the coverage version 2020-01-14 13:46:58 +01:00
migrations [FIX] change version number to avoid second execution when migrating to 13.0 2020-01-14 13:24:57 +01:00
models [FIX] runbot: fix previous versions computation 2020-01-14 13:24:58 +01:00
security [FIX] runbot: allow portal user to see frontend 2020-01-14 13:24:57 +01:00
static/src [IMP] runbot: simplify views and adapt to odoo13 2020-01-14 13:24:58 +01:00
templates [FIX] runbot: fix views 2020-01-14 13:24:58 +01:00
tests [FIX] runbot: fix previous versions computation 2020-01-14 13:24:58 +01:00
views [FIX runbot: remove _update_nb_children] 2020-01-14 13:24:58 +01:00
wizards [IMP] runbot: addapt tests to 13.0 2020-01-14 13:24:57 +01:00
__init__.py [IMP] runbot: add a multibuild wizard 2019-10-28 15:26:15 +01:00
__manifest__.py [IMP] runbot: simplify views and adapt to odoo13 2020-01-14 13:24:58 +01:00
common.py [IMP] runbot: addapt tests to 13.0 2020-01-14 13:24:57 +01:00
container.py [FIX] runbot: temporarily freeze the coverage version 2020-01-14 13:46:58 +01:00