Skip to content
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

Missing codecov - dependency fails installation #14

Open
duboisej opened this issue Apr 12, 2023 · 2 comments
Open

Missing codecov - dependency fails installation #14

duboisej opened this issue Apr 12, 2023 · 2 comments

Comments

@duboisej
Copy link

It appears the codecov package was removed from the Pypi today, which causes installation of this package to fail.

Since codecov is not actually used in the source code, it should be removed from install_requires in setup.py along with any other purely test-related requirements. If you want to do a straight pull from requirements into the setup.py configuration, you should create a requirements-dev.txt file which can be used to install development and testing requirements. Only requirements explicitly necessary for installation and use of the package should be included in install_requires

@dsayling
Copy link

FYI - this problem does not exist in 0.1.0 - if possible, you can pin to this as a temporary solution ala

rootpath==0.1.0

@seomago
Copy link

seomago commented Apr 13, 2023

Same issue here.
In my case,
root-path==0.1.0
was not enough to solve the issue

I added manually all these packages in the requirements file
and I finally resolved the depency issue. It is a messy workaround.
six >= 1.11.0
coloredlogs >= 10.0
termcolor >= 1.1.0
colour-runner >= 0.0.5
deepdiff >= 3.3.0
pygments >= 2.2.0
tox >= 3.0.0
coverage >= 4.5.2

( I excluded this package setupextras >= 0.1.5 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants