You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
job that tests nightly wheels/dev versions. Maybe a separate job that tests pre-releases.
job that tests the oldest supported versions of declared dependencies
cron jobs: notification are not working properly on github, we should implement a small tool, workaround to get notifications to maintainers
filterwarnings to error out on warnings: expected warnings should be handled in CI, or ignored. Erroring out by default provides enormous help to notice new deprecations while upstream dependencies are still in their dev cycle (assuming there is a job that uses the dev versions/nightly builds)
The text was updated successfully, but these errors were encountered:
My experience with it so far is pretty good, despite the fact that issues that take a long time to fix can accumulate a lot of unrelated failures (making the individual failures a bit hard to track).
See among other scientific-python/summit-2023#3
filterwarnings
to error out on warnings: expected warnings should be handled in CI, or ignored. Erroring out by default provides enormous help to notice new deprecations while upstream dependencies are still in their dev cycle (assuming there is a job that uses the dev versions/nightly builds)The text was updated successfully, but these errors were encountered: