When running:
./rebar eunit
the tests are run also for the external dependencies. Is there a way to change this behaviour? Maybe through the rebar.config file?
./rebar eunit skip_deps=true
(or recursive=false with latest versions).
recursive=false