-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Module
The issue first occurred in coopiteasy/cie-custom#109, which contains custom modules.
Describe the bug
Given:
- Module
spp_pos_mustardin https://github.com/coopiteasy/cie-custom/tree/12.0 depends onpos_shift_partner_can_shop. - Module
pos_shift_partner_can_shopexists in our repository https://github.com/carmenbianca/circular-rebel-example. - Another module
other_modulein our repository depends onspp_pos_mustard. (edit:spp_pos_mustardis added to test-requirements.txt) - Module
pos_shift_partner_can_shopis a rebel module as per https://github.com/OCA/oca-addons-repo-template.
Then:
- The test for
pos_shift_partner_can_shopwill pass, correctly installing itself andspp_pos_mustard. - The test for
other_modulewill fail, failing to installspp_pos_mustardbecause the dependencypos_shift_partner_can_shopis not met.
See https://github.com/carmenbianca/circular-rebel-example for example GitHub CI runs.
To Reproduce
Affected versions: Any
Described above with example repository.
Expected behavior
I expect pos_shift_partner_can_shop to be pip-installed always so that all modules in test-requirements.txt can be installed without error.
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working