Skip to content
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

CI: Test against development versions of core dependencies #676

Open
rossbar opened this issue Jul 13, 2023 · 0 comments
Open

CI: Test against development versions of core dependencies #676

rossbar opened this issue Jul 13, 2023 · 0 comments
Labels
chore Maintenance

Comments

@rossbar
Copy link
Contributor

rossbar commented Jul 13, 2023

An extension of #636. IMO it's necessary to add additional testing against the development branches of some core dependencies (e.g. numpy, scipy, scikit-image, etc.). While we already test against the stable versions and catch DeprecationWarnings for incremental maintenance, there can be situations where DeprecationWarnings are not raised. See e.g. the discussion in #675.

The (IMO) best way to catch situations like this and fix them before they affect released code is to set up scheduled jobs to test against development versions of dependencies.

@rossbar rossbar added the chore Maintenance label Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance
Projects
None yet
Development

No branches or pull requests

1 participant