-
Notifications
You must be signed in to change notification settings - Fork 45
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
Option to ignore errors in validation framework, use new ISMN interface in tests #260
Conversation
I should split this up into at least 2 PRs... will do that. @s-scherrer but to fix the |
Does it mean the next pytesmo version will be >= py 3.7? |
Super, thanks a lot for fixing this! |
from 0.14 on yes, to fix the pip installation I would release 0.13.4 with python 3.6 as well |
would pip install work if pytest is pinned? |
as long as pip does not run into version conflicts (with packages defined in setup.cfg) it should still work with old python versions as well. |
Add temp env Review dependencies and supported python versions Update CI
Add oldest-supported-numpy Update pyproject.toml Update setup.cfg and changelog Update CHANGELOG.rst
Option to ignore errors in validation framework, use new ismn interface in tests, fix binary incompatibilities using oldest-supported-numpy, drop py 3.6 (as this is not supported by latest pytest and other dependencies).