Skip to content

Commit 563c90a

Browse files
committed
Move coveralls pin to PR sha temporarily
This should be reverted once: TheKevJames/coveralls-python#542 is merged.
1 parent b7bdbb1 commit 563c90a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def package_vars(version_file):
7474
extras_require={
7575
"test": [
7676
"coverage == 7.6.4",
77-
"coveralls == 4.0.1",
77+
# TODO: Revert to pinned once https://github.com/TheKevJames/coveralls-python/pull/542 is merged
78+
"coveralls @ git+https://github.com/terop/coveralls-python.git@7fb2b536b04f61bb6a73ae5572a17e723459756d",
7879
"docker == 7.1.0",
7980
"pre-commit == 4.0.1",
8081
"pytest == 8.3.3",

0 commit comments

Comments
 (0)