Packages in use

Hi there,

Hope some one can help me on the issue during deployment of our own package:

After run dbt deps in the local project, all macros included in the package are all work perfectly fine.
Only problem is that the models and testing csv data included in deployed package (they are for testing the macros in the package) will also be picked up and run when kick off dbt run or dbt seed.

This is very annoying and unnecessary.
I have tried a few things in the dbt_project.yml in the package deployed, but not working.

Any idea how to set it up to get around it?

Found some useful info that would help me to understand and deploy the package properly:

** Building a dbt package | dbt Docs (getdbt.com)**