-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Description
Implement a test to uncover dependency issues early on:
- alert when a new version is available
- there are potential conflicts
- it is possible to relax pinned version or upper bounds.
One idea:
"""
set up a nightly that relaxes some of the
requirements and sees what (if anything) breaks. Not breaking is
likely a signal that we should relax ours.
"""
Imported from Jira BEAM-3363. Original Jira may contain additional context.
Reported by: altay.
Reactions are currently unavailable