Installing of an example addon prevents dynamic registration of other addons
python -m pip install -e ewoksorange/tests/examples/ewoks_example_1_addon/
python -m pip uninstall ewoks-example-1-addon
pytest # ewoks_example_2_addon cannot be registered
Edited by Wout De Nolf