roles dependencies tests and DRY

Hello,

I am currently developing and refactoring custom ansible roles and I would like to know how can I do to call dependencies in a role from its tests folder without rewriting a requirements.yml in this folder ? I would like to respect the DRY principle.

Thank you.