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
iirc since introducing pytest-xdist, there is this warning:
==> wheezy64: Coverage.py warning: Module borg was previously imported, but not measured.
The text was updated successfully, but these errors were encountered:
Found why it might happen and how to get rid of it there:
https://github.com/nedbat/coveragepy/blob/coverage-5.0a5/tests/test_process.py#L913
Sorry, something went wrong.
get rid of confusing coverage warning, fixes borgbackup#2069
4f6963b
f2d8e3a
bd37c22
Merge pull request #4551 from ThomasWaldmann/coverage-warning
70c049e
get rid of confusing coverage warning, fixes #2069
Merge pull request #4553 from ThomasWaldmann/coverage-warning-1.1
7010cda
get rid of confusing coverage warning, fixes #2069 (1.1-maint backport)
ThomasWaldmann
Successfully merging a pull request may close this issue.
iirc since introducing pytest-xdist, there is this warning:
The text was updated successfully, but these errors were encountered: