Skip to content

Commit

Permalink
Remove codecov dependency to fix pip install issue
Browse files Browse the repository at this point in the history
On April 12, 2023 codecov package was removed from pypi repository.
It makes that installing dependencies with pip command failed. As
result you can't contribute  to pyinfra. This commit fix pip
installation issue.
See also codecov explaination of the situation
https://about.codecov.io/blog/message-regarding-the-pypi-package/
  • Loading branch information
ioO authored and Fizzadar committed May 11, 2023
1 parent d1092ad commit 9e716af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
'pytest==7.2.0 ; python_version > "3.6"',
'coverage==6.5 ; python_version > "3.6"',
"pytest-cov==4.0.0",
"codecov==2.1.12",
# Formatting & linting
"black==22.3.0",
"isort==5.10.1",
Expand Down

0 comments on commit 9e716af

Please sign in to comment.