-
Notifications
You must be signed in to change notification settings - Fork 283
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
Don't require pyke #3597
Comments
This clearly connects to #3415.
Pyke-requiring tests aren't identified, for reasons below ...
Then you don't need to run tests at all ? Unfortunately, Pyke is still a core dependency, as we haven't decoupled Iris netcdf decoding from the "core" code. It's not optional, because it is imported on the first import of iris. In fact, all the various fileformat subpackages in If you fancy a go at #3415, please give a poke to @bjlittle, who I believe may have some partially-complete solution in this area. |
#3657 is an attempt at a first step along that journey |
@baerbock The As of #4198, which was merged to This will be available in I'm now going to close this issue. However, please reopen this issue if you want to discuss this further, thanks 👍 |
When installing iris it requires https://github.com/mayask/pyke – which hasn't seen any commit in 10 years and is probably Py2 only.
Is there any way to completely disable the tests, or at least those requiring pyke?
The text was updated successfully, but these errors were encountered: