Skip to content

Commit 581c1ca

Browse files
committed
[deps] Remove coveralls in favor of coverage
The `coveralls` Python package is no longer actively maintained and is not needed locally. Coverage reports are not uploaded to Coveralls from local builds. On CI, the `coverallsapp/github-action@v2` GitHub Action handles uploading coverage reports to coveralls.io in CI.
1 parent 8e2dacf commit 581c1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'black~=23.12.1',
3838
'flake8~=7.1.0',
3939
'isort~=5.13.2',
40-
'coverage~=7.7.1',
40+
'coverage~=7.6.1',
4141
'tblib~=3.0.0',
4242
'docstrfmt~=1.8.0',
4343
],

0 commit comments

Comments
 (0)