It seems like I'm unable to install latest version of apiritif (1.1.3) due to it depending on codecov and that the authors of it decided to pull it from PyPI. They've issued a statement at https://about.codecov.io/blog/message-regarding-the-pypi-package/
It looks like apiritif is not really using codecov for anything. Searching for codecov shows it's listed in requirements.txt and .travis.yml. The latter is also trying to install it itself, so I belive adding it to the requirements.txt (that is parsed also for the requirements when installing the package) has even originally most likely been an accident.
Would it be possible to validate that codecov is indeed not a dependency to install apiritif and get a new release of it out, that does no longer list codecov as a dependency?
It seems like I'm unable to install latest version of
apiritif(1.1.3) due to it depending oncodecovand that the authors of it decided to pull it from PyPI. They've issued a statement at https://about.codecov.io/blog/message-regarding-the-pypi-package/It looks like
apiritifis not really usingcodecovfor anything. Searching forcodecovshows it's listed inrequirements.txtand.travis.yml. The latter is also trying to install it itself, so I belive adding it to therequirements.txt(that is parsed also for the requirements when installing the package) has even originally most likely been an accident.Would it be possible to validate that
codecovis indeed not a dependency to installapiritifand get a new release of it out, that does no longer listcodecovas a dependency?