-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
14.0 meta update copier 2022 03 29 #771
14.0 meta update copier 2022 03 29 #771
Conversation
d1a78c9
to
3387944
Compare
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.
Thanks a lot taking care OCA chages. As far CI passed on github action it LGTM.
Few comment on the way to disable test but wont block for that !
def test_pos_order_full_refund(self): | ||
# Disabled test. | ||
# TODO: FIXME. | ||
def _test_pos_order_full_refund(self): |
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.
I'm wondering if odoo as test launcher support @unittest.skip("FIXME: skip while moving to github action") decorator ?
At least pytest users will see skipped test in test reports
Also it could be nice to explain why we skip it in the mean time.
4ec1586
to
086f52b
Compare
086f52b
to
8572ea5
Compare
8572ea5
to
177a0fb
Compare
hi @OCA/pos-maintainers. I applied OCA/oca-addons-repo-template#134 and fixed some minors points. A test is failing. locally, all is ok. I suspect a conflict with another module in OCA/pos, but it's hard to investigate. I so disabled the tests of I see it acceptable. Any review welcome on that topic. Note : I just discovered the decorator @unittest.skip that explicitely log the skip. see : |
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.
Great!
/ocabot merge patch |
@legalsylvain The merge process could not start, because command
|
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.
👍 Thanks!
/ocabot merge patch |
@legalsylvain The merge process could not start, because command
|
@OCA/community-maintainers : any idea regarding that message ?
|
This is OCA/oca-github-bot#173 Can you try again now ? |
@@ -116,6 +118,7 @@ def setUp(self): | |||
res = self.pos_order.action_pos_order_invoice() | |||
self.invoice = self.env["account.move"].browse(res["res_id"]) | |||
|
|||
@unittest.skip("Errors when other OCA / Pos modules are installed") |
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.
Out of curiosity, why were these test passing with travis ?
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.
I got it !
Travis became red very recently.
3b955a1 was green.
https://app.travis-ci.com/github/OCA/pos/jobs/557872233#L1609
f7131a1 was red :
https://app.travis-ci.com/github/OCA/pos/jobs/564379816#L1606
the only changes are translation, so that's not because of recent OCA changes.
I tested again locally
with an updated odoo core, and the module doesn't work now. So something changed in Odoo core. (point of sale or stock), that makes the tests failing.
I updated the text of the "skip" part.
@dsolanki-initos : for your information, the module you migrated (#671) is now failing.
177a0fb
to
18c9a83
Compare
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 5b6cb15. Thanks a lot for contributing to OCA. ❤️ |
pos_order_return
and set devolpment status to AlphaNote : move from travis to github action.