Skip to content

Commit

Permalink
Move coveralls pin to PR sha temporarily
Browse files Browse the repository at this point in the history
This should be reverted once: TheKevJames/coveralls-python#542 is merged.
  • Loading branch information
felddy committed Nov 8, 2024
1 parent e28cbeb commit 5eeccff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def cargo_version():
extras_require={
"test": [
"coverage == 6.5.0",
# Coveralls unpinned until https://github.com/TheKevJames/coveralls-python/issues/523 is resolved
"coveralls",
# TODO: Revert to pinned once https://github.com/TheKevJames/coveralls-python/pull/542 is merged
"coveralls @ git+https://github.com/terop/coveralls-python.git@7fb2b536b04f61bb6a73ae5572a17e723459756d",
"docker == 7.1.0",
"pre-commit == 4.0.1",
"pytest == 8.3.3",
Expand Down

0 comments on commit 5eeccff

Please sign in to comment.