Closed pnuu closed 6 months ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 1682655996: | 0.0% |
Covered Lines: | 0 |
Relevant Lines: | 0 |
The
pytroll-schedule
library is marked as a dependency even if it is not needed. It will pull along also Scipy, Numpy, Pyresample, pykdtree and pyproj, none of which are needed. Alsonetifaces
is declared as a dependency. It is needed, but only via Posttroll.This PR removes these two packages from the
requires
insetup.py
. Also the CI environment is cleaned up and tested Python versions are brought up-to-date.pytest
flake8