Skip to content

Commit 2fe1459

Browse files
author
Seth Ammons
authored
fix: removing codedev test dependency (sendgrid#1066)
Fix build by removing dead dependency. Per the announcment: https://about.codecov.io/blog/message-regarding-the-pypi-package/ coddev deprecated their pypi package on april 12, 2023 causing the build to break We no longer are registered at codedev: https://app.codecov.io/gh/sendgrid/sendgrid-python "This repo has been deactivated"
1 parent 5e9687c commit 2fe1459

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
|Tests Badge| |codecov| |Python Versions| |PyPI Version| |Docker Badge| |MIT licensed| |Twitter Follow| |GitHub contributors| |Open Source Helpers|
6+
|Tests Badge| |Python Versions| |PyPI Version| |Docker Badge| |MIT licensed| |Twitter Follow| |GitHub contributors| |Open Source Helpers|
77

88
**This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python.**
99

@@ -288,8 +288,6 @@ License
288288
:target: https://pypi.org/project/sendgrid/
289289
.. |PyPI Version| image:: https://img.shields.io/pypi/v/sendgrid.svg
290290
:target: https://pypi.org/project/sendgrid/
291-
.. |codecov| image:: https://img.shields.io/codecov/c/github/sendgrid/sendgrid-python/main.svg?style=flat-square&label=Codecov+Coverage
292-
:target: https://codecov.io/gh/sendgrid/sendgrid-python
293291
.. |Docker Badge| image:: https://img.shields.io/docker/automated/sendgrid/sendgrid-python.svg
294292
:target: https://hub.docker.com/r/sendgrid/sendgrid-python/
295293
.. |MIT licensed| image:: https://img.shields.io/badge/license-MIT-blue.svg

test/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ pyyaml
22
Flask==1.1.4
33
six
44
coverage
5-
codecov
65
mock
76
itsdangerous==1.1.0
87
markupsafe==1.1.1

0 commit comments

Comments
 (0)