-
-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Description
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
Labels
No labels