Wednesday, April 1, 2020
1 change · master
Resolved issues and error corrections
The subscription-related test code was updated to stop relying on a testing library that is no longer included. This keeps automated checks running reliably and helps avoid build failures after environment updates.
Original PR description
After odoo/enterprise#8141 and odoo/odoo#44601 mock was removed from requirement. Unfortunately, runbot failed to detect this error since mock was still in the master requirements, and thus in the docker image. After update of the docker image with the new master requirements, it started to fail.