We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hadn't noticed this before, but on Python 3 I'm seeing a pytest-warning at the end of every run:
pytest-warning
WP1 None Module already imported so can not be re-written: pytest_random_order
The text was updated successfully, but these errors were encountered:
Like suggested in pytest-dev/pytest-cov#148 (comment) it's not a bug in the plugin, but a mess in one's environment.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: