Skip to content

ImportMismatchError with files under .tox #373

@jaraco

Description

@jaraco

I'm attempting to convert my projects away from pytest-runner and instead use tox.

In jaraco.mongodb (tox), you can see the tests fail to collect due to repeated ImportMismatchErrors for every module in the package. This happens on every Python version. You can see the failed tests in the Travis Job, but I get the same errors locally when running simply tox.

As you can see in the code, .tox is indicated in norecursedirs.

What can I do next to investigate?

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