Closed bonicim closed 2 years ago
You should have a .gitignore that removes the pycache repos so they don't ever get committed...those need to be removed.
Tested
You should have a .gitignore that removes the pycache repos so they don't ever get committed...those need to be removed.
.gitignore has a line for pycache here.
Did you meant something else?
your pr has
in it
your pr has
in it
Oh yeah. That directory is a holdover from early development. I've deleted that directory in this latest commit that I just pushed today.
I have tested this agent by running an instance of volttron-core (alpha version) and installing the PlatformDriver via 'vctl install'. I verified that the agent was successfully installed by checking the logs and 'vctl status'.
Remove all of the poetry.lock files from the repository...That way we test against the latest or what isn't specified when tests are run.
Will do.
This is a working version that has been tested using 'volttron-core' alpha release.