Skip to content

Commit

Permalink
chore(workaround,test): pin coverage to 7.6.3
Browse files Browse the repository at this point in the history
Underlying issue is with 7.6.5: reported to
nedbat/coveragepy#1891 . First 7.6.1 was tried
and it worked. Next bisection is 7.6.3. We will stop on highest working.
  • Loading branch information
yarikoptic committed Nov 15, 2024
1 parent 6e0a05c commit 6f356b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
],
'devel-utils': [
'asv', # benchmarks
'coverage',
'coverage==7.6.3',
'gprof2dot', # rendering cProfile output as a graph image
'psutil',
'pytest-xdist', # parallelize pytest runs etc
Expand Down

1 comment on commit 6f356b7

@nedbat
Copy link

@nedbat nedbat commented on 6f356b7 Nov 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The assert in 7.6.5 is now fixed and released as part of coverage 7.6.6.

Please sign in to comment.