-
Notifications
You must be signed in to change notification settings - Fork 0
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
Skipped atmospheric_correction integration tests #21
Comments
Re-enabling them on a local setup (python 3.11) fails due to usage of removed
This would still work on jenkins, but that is basically a side-effect because we're stuck there on python 3.8 (which reaches EOL in a couple of months), which does not support newer xarray versions Running them locally in an old python 3.9 venv fails like this for me:
|
I already tried to modernize/fix the tests, assuming it would just take half an hour (based on #20 experience), but it turns out quite a bit more debug work. Giving up for now and parking it in this ticket |
while working on #20 I noticed these two test are marked as skipped since dec 2021:
openeo-geopyspark-integrationtests/tests/test_integration.py
Lines 1769 to 1838 in 4ced825
We should re-enable them, or remove them.
Keeping them like this in the test suite makes maintenance more annoying (e.g. they keep outdated usage patterns and buggy helpers alive)
The text was updated successfully, but these errors were encountered: