I never liked having to modify test_outdated.pyandconstruct.yaml when something is incompatible. This PR allows us just to update construct.yaml by marking in that file if something is out of date with an allow_outdated comment. So now changes and updates to dependencies can hopefully all occur in construct.yaml rather than being split across two files.
I never liked having to modify
test_outdated.py
andconstruct.yaml
when something is incompatible. This PR allows us just to updateconstruct.yaml
by marking in that file if something is out of date with anallow_outdated
comment. So now changes and updates to dependencies can hopefully all occur inconstruct.yaml
rather than being split across two files.