We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78603d commit 951af10Copy full SHA for 951af10
setup.py
@@ -74,7 +74,8 @@ def package_vars(version_file):
74
extras_require={
75
"test": [
76
"coverage == 7.6.4",
77
- "coveralls == 4.0.1",
+ # 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",
79
"docker == 7.1.0",
80
"pre-commit == 4.0.1",
81
"pytest == 8.3.3",
0 commit comments