Skip to content
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

[17.0][UPD] copier version 1.20 #1325

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

MohamedOsman7
Copy link

No description provided.

@MohamedOsman7
Copy link
Author

@pedrobaeza please review

@pedrobaeza
Copy link
Member

Please check pre-commit CI

@MohamedOsman7 MohamedOsman7 force-pushed the 17.0-imp-update-copier branch from b0e8915 to e725b15 Compare March 11, 2024 09:47
@MohamedOsman7
Copy link
Author

@pedrobaeza

@pedrobaeza pedrobaeza added this to the 17.0 milestone Mar 11, 2024
Comment on lines 11 to 12
"author": """SDi, David Juaneda, Sodexis, ACSONE SA/NV,
Odoo Community Association (OCA)""",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't make literal multi-line strings, or the spaces and newlines will be part of the author field:

Suggested change
"author": """SDi, David Juaneda, Sodexis, ACSONE SA/NV,
Odoo Community Association (OCA)""",
"author": "SDi, David Juaneda, Sodexis, ACSONE SA/NV,"
"Odoo Community Association (OCA)",

@@ -159,7 +159,8 @@ def test_01_from_outgoing_server_domainone(self):
self.assertEqual(
used_mail_server,
expected_mail_server,
f"It using {used_mail_server.name} but we expect to use {expected_mail_server.name}",
f"""It using {used_mail_server.name}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect due to the same reason (and all of them).

@MohamedOsman7
Copy link
Author

@pedrobaeza how can i fix it? Should it then be ignored it with "# noqa: E501"?

@pedrobaeza
Copy link
Member

I have already told you what is the solution.

@MohamedOsman7 MohamedOsman7 force-pushed the 17.0-imp-update-copier branch from e725b15 to b99d2f1 Compare March 20, 2024 10:57
@MohamedOsman7 MohamedOsman7 force-pushed the 17.0-imp-update-copier branch from b99d2f1 to 65e6f69 Compare March 20, 2024 11:04
@hbrunn
Copy link
Member

hbrunn commented Mar 25, 2024

@pedrobaeza do you agree this is okay now?

Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 17.0-ocabot-merge-pr-1325-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit b16b65b into OCA:17.0 Mar 25, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 449852b. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants