Skip to content

Tests still install legacy Python bindings #733

@link2xt

Description

@link2xt

x = importlib.util.find_spec("deltachat")
if x is None:
out.check_call(f"{sys.executable} -m pip install deltachat")

These bindings don't work on macOS:
https://support.delta.chat/t/cant-launch-scripts-cmdeploy-test-on-mac/4356

Are they even needed? We have dependencies in pyproject.toml, there should be no need to call pip install manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions