-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove codecov dependency #157
Comments
johannes-mueller
added a commit
to boschresearch/pylife
that referenced
this issue
Apr 13, 2023
nteract/testbook#157 Signed-off-by: Johannes Mueller <[email protected]>
johannes-mueller
added a commit
to boschresearch/pylife
that referenced
this issue
Apr 13, 2023
nteract/testbook#157 Signed-off-by: Johannes Mueller <[email protected]>
maierbn
pushed a commit
to boschresearch/pylife
that referenced
this issue
Oct 13, 2023
nteract/testbook#157 Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Looks like they re-instated the |
Thanks a lot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From yesterday on, the codecov package is no longer available on pypi. That makes
pip install testbook[dev]
fail as the dependency to codecov cannot be resolved.https://about.codecov.io/blog/message-regarding-the-pypi-package/
Workaround is to use
instead.
The text was updated successfully, but these errors were encountered: