-
Notifications
You must be signed in to change notification settings - Fork 52
Support Odoo v18.0: disable odoo test retry feature #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Odoo reject the support to pytest-odoo: odoo/odoo#184409 we remove the retry feature support from odoo. user that want to retry faillures test can use option from pytest plugin package.
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
=========================================
Coverage ? 34.40%
=========================================
Files ? 1
Lines ? 125
Branches ? 0
=========================================
Hits ? 43
Misses ? 82
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jbaudoux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it solved the issue
florian-dacosta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested too and solved the issue.
Thanks for the work!
baimont
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it worked like a charm, thanks!
|
Just tested it. Seems to work :) |
End of #79
Odoo reject the support to pytest-odoo: odoo/odoo#184409.
Si here we removes the retry feature implemented by odoo. Users that want to retry failures test can use option from pytest-rerunfailures pytest plugin package.