Skip to content

Command line tests depend on proper installation #951

Description

@mrocklin

Command line tests assume that the executables dask-scheduler and dask-worker are on the path. This can cause confusion if developers don't install before testing, or if version confusion stops the current version from taking precedence. I've found myself having to do the following to get consistent behavior:

pip uninstall distributed  # repeat as necessary
python setup.py install

What's the right thing to do here? Should we instead be testing with python -m distributed.cli.dask_scheduler...?

cc @pitrou @mariusvniekerk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions