pytest-dev / pytest-random-order

pytest plugin to randomise the order of tests with some control over the randomness
MIT License
65 stars 10 forks source link

pytest-warning: Module already imported so can not be re-written #21

Closed jbasko closed 7 years ago

jbasko commented 7 years ago

Hadn't noticed this before, but on Python 3 I'm seeing a pytest-warning at the end of every run:

WP1 None Module already imported so can not be re-written: pytest_random_order

jbasko commented 7 years ago

Like suggested in https://github.com/pytest-dev/pytest-cov/issues/148#issuecomment-275799903 it's not a bug in the plugin, but a mess in one's environment.