-
Notifications
You must be signed in to change notification settings - Fork 0
[18.0][ADD] pyproject.toml #4
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
Add contribute tools in order to develop and release docker images for https://odoo-community.org using Acsonne toolsets likes hatch-odoo, odoo-bedrock... This helps to quickly create a locale environement close to what is installed on our production instance. Use following unreleased code: * odoo14-addon-membership-delegated-partner-line from OCA/vertical-association/pull/151 * odoo from OCA/OCB/pull/1299 Co-authored-by: Stéphane Bidoul <[email protected]> Co-authored-by: Holger Brunn <[email protected]>
It's necessary to run, e.g. github_connector migrations
waiting for camptocamp/pytest-odoo#85
the refactor avoid useless SQL requests
|
@thomaspaulb I created this new merge pull request and I closed #3 |
|
@petrus-v Trying to make the 18.0 project, but I'm a bit confused about the error here: I'm specifying inside the pyproject.toml where that one should be found, and my local I can debug more, but maybe you have worked with this before in 18.0 |
As far I can see I don't see any test-requirements.txt in this branch you should probably you need to add it ! Syntax differ from the pyproject.toml https://github.com/OCA/oca-custom/blob/14.0/test-requirements.txt#L3C1-L3C169 This is a bit duplication but as far you are not using the OCA github actions workflow (I'haven't control that) that part of the CI do not rely on the pyproject so needs to be explicit using the pip format. |
|
Moved to OCA#79 |
|
@petrus-v Thanks! Will try to fix it that way |
No description provided.