OCA / oca-ci

Container image to run OCA CI tests
MIT License
30 stars 42 forks source link

Avoid conflict between addons in test-requirements.txt and local repo #72

Closed sbidoul closed 8 months ago

sbidoul commented 8 months ago

Give explicity priority to the direct URL references declared in test-requirements.txt, over the local repository.

This allows testing a PR on an addon that depends on an another PR to another addon of the same repo.

closes #69