Skip to content

test module dependency? #43

@kmatt

Description

@kmatt

Is there a test module that needs to be in place that pip does not import?

$ pip install vcspull
$ vcspull
from test import support
ImportError: No module named 'test'

$ pip install test
$ vcspull
from test import support
ImportError: cannot import name 'support'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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