-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Current coveragepy-lcov is incompatible with newly released coverage 7.0.0 #5
Comments
garrison
added a commit
to garrison/prototype-zne
that referenced
this issue
Jan 9, 2023
coverage 7.0.0 removed `FnmatchMatcher`, which coverage-lcov currently depends on. chaychoong/coveragepy-lcov#5 We can unpin this once coverage-lcov has been fixed.
pedrorrivero
pushed a commit
to qiskit-community/prototype-zne
that referenced
this issue
Jan 9, 2023
Pin coverage to < 7 when running coveragepy-lcov coverage 7.0.0 removed `FnmatchMatcher`, which coverage-lcov currently depends on. chaychoong/coveragepy-lcov#5 We can unpin this once coverage-lcov has been fixed.
garrison
added a commit
to qiskit-community/prototype-qrao
that referenced
this issue
Jan 10, 2023
coverage 7.0.0 removed `FnmatchMatcher`, which coverage-lcov currently depends on. chaychoong/coveragepy-lcov#5 We can unpin this once coverage-lcov has been fixed.
garrison
added a commit
to Qiskit/qiskit-addon-cutting
that referenced
this issue
Jan 18, 2023
coverage 7.0.0 removed `FnmatchMatcher`, which coverage-lcov currently depends on. chaychoong/coveragepy-lcov#5 We can unpin this once coverage-lcov has been fixed.
garrison
added a commit
to Qiskit/qiskit-addon-cutting
that referenced
this issue
Jan 18, 2023
coverage 7.0.0 removed `FnmatchMatcher`, which coverage-lcov currently depends on. chaychoong/coveragepy-lcov#5 We can unpin this once coverage-lcov has been fixed.
garrison
added a commit
to qiskit-community/quantum-prototype-template
that referenced
this issue
Feb 6, 2023
coverage 7.0.0 removed `FnmatchMatcher`, which coverage-lcov currently depends on. chaychoong/coveragepy-lcov#5 We can unpin this once coverage-lcov has been fixed.
This was referenced May 6, 2024
JohannesBuchner
added a commit
to JohannesBuchner/CmdStanCache
that referenced
this issue
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The stack trace says most of it when installed with
coverage 7.0.0
:It seems that
FnmatchMatcher
has been replaced withGlobMatcher
. If I'm not mistaken, it looks like it's a straight-up rename (but fixing this could unmask other issues with 7.0.0 - I have not confirmed).The text was updated successfully, but these errors were encountered: