Skip to content

Global dependencies (such as helper scripts) cannot be used. #50

@timvancann

Description

@timvancann

AppDaemon has a concept of module dependencies via a separate directive: https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html#global-module-dependencies in addition to normal module dependencies (which cause the same issue).

AppDaemon modifies the PYTHONPATH such that it appears these modules are actual packages. Not only makes this development more difficult (since the imports are in fact invalid during development time) but it also makes it impossible to use this nice test framework.

Is there a way to solve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions