Module
The issue first occurred in coopiteasy/cie-custom#109, which contains custom modules.
Describe the bug
Given:
Then:
- The test for
pos_shift_partner_can_shop will pass, correctly installing itself and spp_pos_mustard.
- The test for
other_module will fail, failing to install spp_pos_mustard because the dependency pos_shift_partner_can_shop is 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
Module
The issue first occurred in coopiteasy/cie-custom#109, which contains custom modules.
Describe the bug
Given:
spp_pos_mustardin https://github.com/coopiteasy/cie-custom/tree/12.0 depends onpos_shift_partner_can_shop.pos_shift_partner_can_shopexists in our repository https://github.com/carmenbianca/circular-rebel-example.other_modulein our repository depends onspp_pos_mustard. (edit:spp_pos_mustardis added to test-requirements.txt)pos_shift_partner_can_shopis a rebel module as per https://github.com/OCA/oca-addons-repo-template.Then:
pos_shift_partner_can_shopwill pass, correctly installing itself andspp_pos_mustard.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_shopto be pip-installed always so that all modules intest-requirements.txtcan be installed without error.Additional context
N/A